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

Added new_dict (hashmap.h) and re-enabled code coverage counters

This commit is contained in:
Clifford Wolf 2014-12-26 19:28:52 +01:00
parent e0c0011863
commit e52d1f9b9a
6 changed files with 246 additions and 7 deletions

View file

@ -11,7 +11,7 @@ ENABLE_ABC := 1
ENABLE_PLUGINS := 1
ENABLE_READLINE := 1
ENABLE_VERIFIC := 0
ENABLE_COVER := 0
ENABLE_COVER := 1
# other configuration flags
ENABLE_GPROF := 0