mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
opt_mem: Remove constant-value bit lanes.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
*.log
|
||||
*.out
|
||||
/*.mk
|
||||
|
||||
@@ -1,17 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
../../yosys -b 'verilog -noattr' -o mem_simple_4x1_synth.v -p 'read_verilog mem_simple_4x1_uut.v; proc; opt; memory -nomap; techmap -map mem_simple_4x1_map.v;; techmap; opt; abc;; stat'
|
||||
|
||||
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
|
||||
|
||||
./mem_simple_4x1_gold_tb > mem_simple_4x1_gold_tb.out
|
||||
./mem_simple_4x1_gate_tb > mem_simple_4x1_gate_tb.out
|
||||
|
||||
diff -u mem_simple_4x1_gold_tb.out mem_simple_4x1_gate_tb.out
|
||||
rm -f mem_simple_4x1_synth.v mem_simple_4x1_tb.vcd
|
||||
rm -f mem_simple_4x1_{gold,gate}_tb{,.out}
|
||||
: OK
|
||||
|
||||
exec ../tools/autotest.sh -G -j $@ -p 'proc; opt; memory -nomap; techmap -map ../mem_simple_4x1_map.v;; techmap; opt; abc;; stat' mem_simple_4x1_uut.v
|
||||
|
||||
Reference in New Issue
Block a user