aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBenedikt Tutzer <e1225461@student.tuwien.ac.at>2018-08-16 16:00:11 +0200
committerBenedikt Tutzer <e1225461@student.tuwien.ac.at>2018-08-16 16:00:11 +0200
commitd79a2808cf2446fa21d91a6141f6fbe2318c03ec (patch)
treee0c630f1dd8ccab3c5d04ddf8a6fa06376d1f5e7 /Makefile
parentbf7b73acfc2b5e46206e5688b8a6e8d9b0d60d8f (diff)
downloadyosys-d79a2808cf2446fa21d91a6141f6fbe2318c03ec.tar.gz
yosys-d79a2808cf2446fa21d91a6141f6fbe2318c03ec.tar.bz2
yosys-d79a2808cf2446fa21d91a6141f6fbe2318c03ec.zip
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 691f43798..6466bddf2 100644
--- a/Makefile
+++ b/Makefile
@@ -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