3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00

Forgot to commit

This commit is contained in:
Eddie Hung 2019-07-16 12:44:26 -07:00
parent dd10d2b00d
commit 8a2a2cd035

View file

@ -0,0 +1,7 @@
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