mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
oldcell
This commit is contained in:
parent
b85062fcec
commit
277c10e127
3 changed files with 396 additions and 175 deletions
2
Makefile
2
Makefile
|
@ -90,7 +90,7 @@ all: top-all
|
|||
YOSYS_SRC := $(dir $(firstword $(MAKEFILE_LIST)))
|
||||
VPATH := $(YOSYS_SRC)
|
||||
|
||||
CXXSTD ?= c++11
|
||||
CXXSTD ?= c++17
|
||||
CXXFLAGS := $(CXXFLAGS) -Wall -Wextra -ggdb -I. -Itracy/public -I"$(YOSYS_SRC)" -MD -MP -D_YOSYS_ -fPIC -I$(PREFIX)/include
|
||||
LIBS := $(LIBS) -lstdc++ -lm
|
||||
PLUGIN_LINKFLAGS :=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue