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:
parent
83ff7e0f9e
commit
56e0da9d17
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