3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-05 02:40:25 +00:00

Added simplemap pass

This commit is contained in:
Clifford Wolf 2013-11-24 22:52:30 +01:00
parent 1afe6589df
commit 3ee33cbdaf
2 changed files with 518 additions and 0 deletions

View file

@ -1,5 +1,6 @@
OBJS += passes/techmap/techmap.o
OBJS += passes/techmap/simplemap.o
OBJS += passes/techmap/dfflibmap.o
OBJS += passes/techmap/iopadmap.o
OBJS += passes/techmap/libparse.o