3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Merge pull request #4881 from YosysHQ/pmgen-pass-restructure

Move passes out of the passes/pmgen folder
This commit is contained in:
KrystalDelusion 2025-03-01 10:22:54 +13:00 committed by GitHub
commit 9106d6b3bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 71 additions and 77 deletions

View file

@ -652,6 +652,9 @@ OBJS += libs/fst/fastlz.o
OBJS += libs/fst/lz4.o
endif
techlibs/%_pm.h: passes/pmgen/pmgen.py techlibs/%.pmg
$(P) mkdir -p $(dir $@) && $(PYTHON_EXECUTABLE) $< -o $@ -p $(notdir $*) $(filter-out $<,$^)
ifneq ($(SMALL),1)
OBJS += libs/subcircuit/subcircuit.o