There was an error while loading. Please reload this page.
1 parent 1bb521e commit 527513aCopy full SHA for 527513a
1 file changed
CMakeLists.txt
@@ -59,10 +59,6 @@ option(WITH_PARMYS "Enable Yosys as elaborator and parmys-plugin as partial mapp
59
option(WITH_MOSAIC "Enable mosaic yosys plugin as an alternative synthesis frontend" ON)
60
option(SLANG_SYSTEMVERILOG "Enable building and installing Yosys-Slang plugin for parsing SystemVerilog" ON)
61
62
-if(NOT ${WITH_PARMYS} AND NOT ${WITH_MOSAIC} AND NOT ${WITH_ODIN})
63
- message(FATAL_ERROR "At least one synthesis frontend must be enabled "
64
- "(WITH_PARMYS, WITH_MOSAIC, or WITH_ODIN)")
65
-endif()
66
67
if(${WITH_PARMYS} OR ${WITH_MOSAIC})
68
set(WITH_YOSYS ON)
0 commit comments