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

sdc: add -keep_hierarchy

This commit is contained in:
Emil J. Tywoniak 2025-10-02 16:52:46 +02:00
parent 4cf0f8e799
commit 153132d1e9
2 changed files with 41 additions and 4 deletions

View file

@ -26,7 +26,7 @@ proc unknown {args} {
set ret "YOSYS_SDC_MAGIC_NODE_$sdc_call_index"
incr sdc_call_index
lappend sdc_calls $args
puts "unknown $args, returning YOSYS_SDC_MAGIC_NODE_$sdc_call_index"
# puts "unknown $args, returning YOSYS_SDC_MAGIC_NODE_$sdc_call_index"
return $ret
}
proc list {args} {