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

Use enable debug and switch order of Verific opt passes

This commit is contained in:
Akash Levy 2024-09-19 00:48:31 -07:00
parent 03f740e2a4
commit 7988a61f8c
2 changed files with 20 additions and 26 deletions

View file

@ -35,7 +35,7 @@ ENABLE_PYOSYS := 1
# other configuration flags
ENABLE_GCOV := 0
ENABLE_GPROF := 0
ENABLE_DEBUG := 0
ENABLE_DEBUG := 1
ENABLE_LTO := 0
ENABLE_CCACHE := 0
# sccache is not always a drop-in replacement for ccache in practice