3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Python Passes can now be added with the -m option or with the plugin command. There are still issues when run in shell mode, but they can be used just fine in a python script

This commit is contained in:
Benedikt Tutzer 2018-08-16 16:00:11 +02:00
parent bf7b73acfc
commit d79a2808cf
5 changed files with 160 additions and 2 deletions

View file

@ -23,7 +23,7 @@ PYTHON_VERSION := 3.5
# other configuration flags
ENABLE_GPROF := 0
ENABLE_DEBUG := 0
ENABLE_DEBUG := 1
ENABLE_NDEBUG := 0
LINK_CURSES := 0
LINK_TERMCAP := 0