3
0
Fork 0
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:
Emil J. Tywoniak 2025-07-18 22:45:31 +02:00
parent e2484779e7
commit 2f3fc8d8a9
3 changed files with 270 additions and 0 deletions

View file

@ -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