From f628f0d8e9d97ea8950cde23a325f7688354ad1d Mon Sep 17 00:00:00 2001 From: Daniel van der Schuur <schuur@astron.nl> Date: Fri, 10 Jul 2015 14:16:07 +0000 Subject: [PATCH] -Removed "-n 0" --- boards/uniboard1/designs/unb1_ddr3_reorder/doc/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/uniboard1/designs/unb1_ddr3_reorder/doc/README b/boards/uniboard1/designs/unb1_ddr3_reorder/doc/README index 36950047d3..7652a5c10a 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 -- GitLab