Skip to content

Commit 527513a

Browse files
committed
remove frontend that required parmys, odin ii or mosaic
1 parent 1bb521e commit 527513a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ option(WITH_PARMYS "Enable Yosys as elaborator and parmys-plugin as partial mapp
5959
option(WITH_MOSAIC "Enable mosaic yosys plugin as an alternative synthesis frontend" ON)
6060
option(SLANG_SYSTEMVERILOG "Enable building and installing Yosys-Slang plugin for parsing SystemVerilog" ON)
6161

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()
6662

6763
if(${WITH_PARMYS} OR ${WITH_MOSAIC})
6864
set(WITH_YOSYS ON)

0 commit comments

Comments
 (0)