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:
parent
bfc2dfe698
commit
c615b61f9f
2 changed files with 146 additions and 101 deletions
|
@ -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?"
|
Loading…
Add table
Add a link
Reference in a new issue