3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-06 16:01:57 +00:00

sdc: collect design objects

This commit is contained in:
Emil J. Tywoniak 2025-05-27 17:14:23 +02:00
parent 6265ad708f
commit b471ef168d
2 changed files with 166 additions and 42 deletions

View file

@ -1,7 +1,16 @@
# with Tcl's eager evaluation, we will still eval args if they're unused by a stub
proc stub {function_name} {
proc $function_name {args} {}
}
# OpenROAD
proc get_name {thing} {
return thing
}
proc get_full_name {thing} {
return thing
}
# Vivado UG903
stub add_cells_to_pblock
stub add_to_power_rail