mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Implemented TCL support (only via -c option at the moment)
This commit is contained in:
parent
b9870a364e
commit
73fba5164f
5 changed files with 83 additions and 9 deletions
3
Makefile
3
Makefile
|
@ -37,6 +37,9 @@ CXX = gcc
|
|||
CXXFLAGS += -std=gnu++0x -march=native -O3 -DNDEBUG
|
||||
endif
|
||||
|
||||
CXXFLAGS += -I/usr/include/tcl8.5 -DYOSYS_ENABLE_TCL
|
||||
LDLIBS += -ltcl8.5
|
||||
|
||||
include frontends/*/Makefile.inc
|
||||
include passes/*/Makefile.inc
|
||||
include backends/*/Makefile.inc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue