mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-22 19:17:55 +00:00
sdc: fix
This commit is contained in:
parent
c78593e2b6
commit
e848a7b08d
3 changed files with 10 additions and 7 deletions
5
tests/various/sdc.sdc
Normal file
5
tests/various/sdc.sdc
Normal 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?"
|
Loading…
Add table
Add a link
Reference in a new issue