3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-30 15:00:26 +00:00

Add exec command to run shell commands.

This commit is contained in:
Alberto Gonzalez 2020-03-15 09:16:04 +00:00
parent acb341745d
commit e6c09f1e0e
No known key found for this signature in database
GPG key ID: 8395A8BA109708B2
2 changed files with 157 additions and 0 deletions

View file

@ -1,4 +1,5 @@
OBJS += passes/cmds/exec.o
OBJS += passes/cmds/add.o
OBJS += passes/cmds/delete.o
OBJS += passes/cmds/design.o