3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-30 23:10:09 +00:00

sdc: collect design objects

This commit is contained in:
Emil J. Tywoniak 2025-05-27 17:14:23 +02:00
parent 83ff7e0f9e
commit 56e0da9d17
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