3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-29 03:45:52 +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

@ -30,4 +30,3 @@ $(eval $(call add_share_file,share,techlibs/common/cmp2lut.v))
$(eval $(call add_share_file,share,techlibs/common/cells.lib))
$(eval $(call add_share_file,share,techlibs/common/mul2dsp.v))
$(eval $(call add_share_file,share,techlibs/common/dummy.box))
$(eval $(call add_share_file,share,techlibs/common/shiftx2mux.v))