Commit c9bbc986 by Eddie Hung

script -select -> script -scriptwire

parent 12b1e247
...@@ -29,7 +29,7 @@ ${MAKE:-make} -f ../../../../tools/autotest.mk $seed !(test21*).v EXTRA_FLAGS="\ ...@@ -29,7 +29,7 @@ ${MAKE:-make} -f ../../../../tools/autotest.mk $seed !(test21*).v EXTRA_FLAGS="\
synth_xilinx; \ synth_xilinx; \
design -copy-from __test __test; \ design -copy-from __test __test; \
select -assert-any __test; \ select -assert-any __test; \
script -select __test/w:assert_area'\ script -scriptwire __test/w:assert_area'\
-l ../../../../../techlibs/xilinx/cells_sim.v" -l ../../../../../techlibs/xilinx/cells_sim.v"
${MAKE:-make} -f ../../../../tools/autotest.mk $seed test21*.v EXTRA_FLAGS="\ ${MAKE:-make} -f ../../../../tools/autotest.mk $seed test21*.v EXTRA_FLAGS="\
-f 'verilog -noblackbox -icells' \ -f 'verilog -noblackbox -icells' \
...@@ -37,5 +37,5 @@ ${MAKE:-make} -f ../../../../tools/autotest.mk $seed test21*.v EXTRA_FLAGS="\ ...@@ -37,5 +37,5 @@ ${MAKE:-make} -f ../../../../tools/autotest.mk $seed test21*.v EXTRA_FLAGS="\
synth_xilinx -retime; \ synth_xilinx -retime; \
design -copy-from __test __test; \ design -copy-from __test __test; \
select -assert-any __test; \ select -assert-any __test; \
script -select __test/w:assert_area'\ script -scriptwire __test/w:assert_area'\
-l ../../../../../techlibs/xilinx/cells_sim.v" -l ../../../../../techlibs/xilinx/cells_sim.v"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment