mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-22 16:45:32 +00:00
Add yosys-slang
This commit is contained in:
parent
9991bb19bb
commit
10c9e27433
2 changed files with 7 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -16,6 +16,7 @@ ENABLE_PLUGINS := 1
|
|||
ENABLE_READLINE := 0
|
||||
ENABLE_EDITLINE := 1
|
||||
ENABLE_GHDL := 0
|
||||
ENABLE_SLANG := 1
|
||||
ENABLE_VERIFIC := 1
|
||||
ENABLE_VERIFIC_SYSTEMVERILOG := 1
|
||||
ENABLE_VERIFIC_VHDL := 0
|
||||
|
@ -684,6 +685,11 @@ OBJS += libs/fst/fastlz.o
|
|||
OBJS += libs/fst/lz4.o
|
||||
endif
|
||||
|
||||
ifeq ($(ENABLE_SLANG),1)
|
||||
OBJS += yosys-slang/build/*.o
|
||||
OBJS += yosys-slang/build/slang_install/lib/*.a
|
||||
endif
|
||||
|
||||
ifneq ($(SMALL),1)
|
||||
|
||||
OBJS += libs/subcircuit/subcircuit.o
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 4e034b397b78689d9c7ee59c589509850221f62c
|
||||
Subproject commit 2c1dc4637fc8551d7dbdf3939ce046ce412093ef
|
Loading…
Add table
Add a link
Reference in a new issue