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

sdc: collect design objects

This commit is contained in:
Emil J. Tywoniak 2025-05-27 17:14:23 +02:00
parent dc07cc0715
commit e4cf2be879
3 changed files with 174 additions and 47 deletions

5
tests/various/sdc.sdc Normal file
View file

@ -0,0 +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 "Did it?"