mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-02 20:31:22 +00:00
Disable slang by default
This commit is contained in:
parent
a48054a1e6
commit
6ae19d3360
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ ENABLE_PLUGINS := 0
|
|||
ENABLE_READLINE := 0
|
||||
ENABLE_EDITLINE := 1
|
||||
ENABLE_GHDL := 0
|
||||
ENABLE_SLANG := 1
|
||||
ENABLE_SLANG := 0
|
||||
ENABLE_VERIFIC := 1
|
||||
ENABLE_VERIFIC_SYSTEMVERILOG := 1
|
||||
ENABLE_VERIFIC_VHDL := 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue