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:
parent
6265ad708f
commit
b471ef168d
2 changed files with 166 additions and 42 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue