mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-22 16:45:32 +00:00
6 lines
206 B
Text
6 lines
206 B
Text
simplemap
|
|
equiv_opt -assert techmap -D LUT_WIDTH=4 -map +/cmp2lut.v
|
|
design -load postopt
|
|
equiv_opt -assert techmap -D LUT_WIDTH=4 -map +/gate2lut.v
|
|
design -load postopt
|
|
select -assert-count 0 t:* t:$lut %d
|