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="\
synth_xilinx; \
design -copy-from __test __test; \
select -assert-any __test; \
script -select __test/w:assert_area'\
script -scriptwire __test/w:assert_area'\
-l ../../../../../techlibs/xilinx/cells_sim.v"
${MAKE:-make} -f ../../../../tools/autotest.mk $seed test21*.v EXTRA_FLAGS="\
-f 'verilog -noblackbox -icells' \
......@@ -37,5 +37,5 @@ ${MAKE:-make} -f ../../../../tools/autotest.mk $seed test21*.v EXTRA_FLAGS="\
synth_xilinx -retime; \
design -copy-from __test __test; \
select -assert-any __test; \
script -select __test/w:assert_area'\
script -scriptwire __test/w:assert_area'\
-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