3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-07 11:41:23 +00:00
yosys/tests/various/sdc.sdc
Emil J. Tywoniak e848a7b08d sdc: fix
2025-07-30 18:51:39 +02:00

5 lines
No EOL
218 B
Tcl

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?"