3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-09 17:31:59 +00:00

sdc_expand, opensta: start

This commit is contained in:
Emil J. Tywoniak 2025-07-18 22:45:31 +02:00
parent 8d9db22e56
commit 17e4383e6a
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