3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-27 00:18:46 +00:00

sdc: collect strictly matching objects

This commit is contained in:
Emil J. Tywoniak 2025-05-27 18:00:30 +02:00
parent bfc2dfe698
commit c615b61f9f
2 changed files with 146 additions and 101 deletions

View file

@ -1,5 +1,5 @@
puts "SDC constraints file says hello from arbitrary Tcl execution"
set_false_path -from [get_pins s1/sa] -to [get_pins s1/sb]
puts "This should print something:"
puts [get_ports {slink_clk_o slink_*_o}]
puts [get_ports a b]
puts "Did it?"