mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-18 01:02:19 +00:00
sdc_expand, opensta: start
This commit is contained in:
parent
e2484779e7
commit
2f3fc8d8a9
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