3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 13:18:56 +00:00

Added "attrmap" command

This commit is contained in:
Clifford Wolf 2016-08-09 19:56:55 +02:00
parent 39da8eddae
commit b0aab4e304
3 changed files with 253 additions and 0 deletions

View file

@ -30,6 +30,7 @@ OBJS += passes/techmap/shregmap.o
OBJS += passes/techmap/deminout.o
OBJS += passes/techmap/insbuf.o
OBJS += passes/techmap/attrmvcp.o
OBJS += passes/techmap/attrmap.o
endif
GENFILES += passes/techmap/techmap.inc