Use "verilog -noattr" in tests/techmap/mem_simple_4x1 test (for old iverilog)
authorClifford Wolf <clifford@clifford.at>
Tue, 11 Mar 2014 10:39:30 +0000 (11:39 +0100)
committerClifford Wolf <clifford@clifford.at>
Tue, 11 Mar 2014 10:39:30 +0000 (11:39 +0100)
tests/techmap/mem_simple_4x1_runtest.sh

index 8285875b824e1604b643253b37a32ff6567608c8..541da483ebe1aa9d98c03f8b1d939fc39c03e991 100644 (file)
@@ -2,7 +2,7 @@
 
 set -ev
 
-yosys -o mem_simple_4x1_synth.v -p 'proc; opt; memory -nomap; techmap -map mem_simple_4x1_map.v;; techmap; opt; abc;; stat' mem_simple_4x1_uut.v
+yosys -b 'verilog -noattr' -o mem_simple_4x1_synth.v -p 'proc; opt; memory -nomap; techmap -map mem_simple_4x1_map.v;; techmap; opt; abc;; stat' mem_simple_4x1_uut.v
 
 iverilog -o mem_simple_4x1_gold_tb mem_simple_4x1_tb.v mem_simple_4x1_uut.v
 iverilog -o mem_simple_4x1_gate_tb mem_simple_4x1_tb.v mem_simple_4x1_synth.v mem_simple_4x1_cells.v