mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Added "plugin" command
This commit is contained in:
parent
752650a062
commit
a3494fa9ed
6 changed files with 136 additions and 10 deletions
1
Makefile
1
Makefile
|
@ -151,6 +151,7 @@ OBJS += passes/cmds/show.o
|
|||
OBJS += passes/cmds/stat.o
|
||||
OBJS += passes/cmds/cover.o
|
||||
OBJS += passes/cmds/design.o
|
||||
OBJS += passes/cmds/plugin.o
|
||||
|
||||
include passes/proc/Makefile.inc
|
||||
include passes/opt/Makefile.inc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue