3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 00:55:32 +00:00

Move from +/shiftx2mux.v into +/techmap.v; cleanup

This commit is contained in:
Eddie Hung 2020-01-21 14:08:24 -08:00
parent 7977574995
commit 8d1b736c4f
4 changed files with 75 additions and 79 deletions

View file

@ -74,13 +74,13 @@ design -save gold
design -load gold
techmap
techmap -D NO_LSB_FIRST_SHIFT_SHIFTX
abc -lut 6
select -assert-min 17 t:$lut
design -load gold
techmap -map +/shiftx2mux.v -map +/techmap.v
techmap
abc -lut 6
select -assert-count 16 t:$lut
@ -92,13 +92,13 @@ sat -verify -prove-asserts -show-ports miter
design -load gold
techmap
techmap -D NO_LSB_FIRST_SHIFT_SHIFTX
abc9 -lut 6
select -assert-min 17 t:$lut
design -load gold
techmap -map +/shiftx2mux.v -map +/techmap.v
techmap
abc9 -lut 6
select -assert-count 16 t:$lut