mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-15 12:00:28 +00:00
sdc_expand, opensta: start
This commit is contained in:
parent
f84337df74
commit
5b037109ce
3 changed files with 270 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
ifneq ($(SMALL),1)
|
||||
OBJS += techlibs/common/synth.o
|
||||
OBJS += techlibs/common/prep.o
|
||||
OBJS += techlibs/common/opensta.o
|
||||
OBJS += techlibs/common/sdc_expand.o
|
||||
endif
|
||||
|
||||
GENFILES += techlibs/common/simlib_help.inc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue