diff --git a/boards/uniboard1/designs/unb1_ddr3_reorder/doc/README b/boards/uniboard1/designs/unb1_ddr3_reorder/doc/README index 36950047d3a3c94b70342624fa8a53b52d638c97..7652a5c10aac10f77f3a6c05226d3df3bb86d269 100644 --- a/boards/uniboard1/designs/unb1_ddr3_reorder/doc/README +++ b/boards/uniboard1/designs/unb1_ddr3_reorder/doc/README @@ -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