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

misc: Add printattrs command.

This commit is contained in:
Alberto Gonzalez 2020-05-27 04:07:34 +00:00
parent 59b355fb85
commit b8365547e9
No known key found for this signature in database
GPG key ID: 8395A8BA109708B2
2 changed files with 80 additions and 0 deletions

View file

@ -39,3 +39,4 @@ OBJS += passes/cmds/bugpoint.o
endif
OBJS += passes/cmds/scratchpad.o
OBJS += passes/cmds/logger.o
OBJS += passes/cmds/printattrs.o