Skip to content
Snippets Groups Projects
Commit f628f0d8 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Removed "-n 0"

parent 9124fc7a
No related branches found
No related tags found
No related merge requests found
......@@ -26,12 +26,12 @@ Modelsim instructions:
# while the simulation runs... in another bash session do:
cd unb1_ddr3_reorder/tb/python
python tc_unb1_ddr3_reorder_seq.py --sim --unb 0 --bn 3 --rep 3 -v 5 -n 0
python tc_unb1_ddr3_reorder_seq.py --sim --unb 0 --bn 3 --rep 3 -v 5
# note --bn 3 must match the node setting in the tb_unb1_ddr3_reorder.
# to run the test again use --read or --rerun:
python tc_unb1_ddr3_reorder_seq.py --sim --unb 0 --bn 3 --rep 1 -v 3 -n 0 --read
python tc_unb1_ddr3_reorder_seq.py --sim --unb 0 --bn 3 --rep 1 -v 3 -n 0 --rerun
python tc_unb1_ddr3_reorder_seq.py --sim --unb 0 --bn 3 --rep 1 -v 3 --read
python tc_unb1_ddr3_reorder_seq.py --sim --unb 0 --bn 3 --rep 1 -v 3 --rerun
# to end simulation in Modelsim do:
quit -sim
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment