mirror of https://github.com/YosysHQ/yosys.git
8 lines
235 B
Plaintext
8 lines
235 B
Plaintext
|
chparam -set LUT_WIDTH 6 top
|
||
|
simplemap
|
||
|
equiv_opt -assert techmap -D LUT_WIDTH=6 -map +/cmp2lut.v
|
||
|
design -load postopt
|
||
|
equiv_opt -assert techmap -D LUT_WIDTH=6 -map +/gate2lut.v
|
||
|
design -load postopt
|
||
|
select -assert-count 0 t:* t:$lut %d
|