3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-20 22:30:33 +00:00

sdc: specialize stubs for the call graph

This commit is contained in:
Emil J. Tywoniak 2025-10-08 13:49:53 +02:00
parent dead2aa03f
commit a4dc0156bb
3 changed files with 2 additions and 17 deletions

View file

@ -1,3 +1,3 @@
OBJS += passes/cmds/sdc/sdc.o
$(eval $(call add_share_file,share/sdc,passes/cmds/sdc/stubs.sdc))
$(eval $(call add_share_file,share/sdc,passes/cmds/sdc/graph-stubs.sdc))