1
0
mirror of synced 2026-04-20 11:06:45 +00:00
Files
YosysHQ.yosys/tests/various/sdc.sdc
2025-11-19 15:25:24 +01:00

5 lines
198 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 a b]
puts "Did it?"