Re-setting option YOSYS_ENABLE_TCL to ON, as yosys compilation depends on tcl

This commit is contained in:
Lalit Sharma 2020-12-08 09:21:25 -08:00
parent 3a7bc77871
commit 8a2681f99f
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ include(CMakeParseArguments)
##project(yosys)
# Options to enable/disable dependencies
option(YOSYS_ENABLE_TCL, "Enable TCL parser integrated in yosys" OFF)
option(YOSYS_ENABLE_TCL, "Enable TCL parser integrated in yosys" ON)
option(YOSYS_ENABLE_ABC, "Enable ABC library integrated in yosys" ON)
option(YOSYS_ENABLE_PLUGINS, "Enable plug-in in yosys" ON)
option(YOSYS_ENABLE_READLINE, "Enable readline library in yosys" ON)