Skip to content

Commit

Permalink
orfs: fewer surprises
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed May 11, 2024
1 parent 8deab1d commit a3c29d9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 15 deletions.
4 changes: 0 additions & 4 deletions constraints-sram.sdc
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
set script_path [ file dirname $::env(SDC_FILE) ]
# We expect util.tcl in the same directory as this file
source $script_path/util.tcl

# Set the clock name and period
set clk_period 400

Expand Down
4 changes: 2 additions & 2 deletions io-boomtile.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set script_path [ file dirname $::env(IO_CONSTRAINTS) ]
# We expect util.tcl in the same directory as this file
source $script_path/util.tcl



set_io_pin_constraint -region bottom:* -pin_names [match_pins .*]
4 changes: 1 addition & 3 deletions io-sram.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
set script_path [ file dirname $::env(IO_CONSTRAINTS) ]
# We expect util.tcl in the same directory as this file
source $script_path/util.tcl
source util.tcl

set_io_pin_constraint -region left:* -pin_names [match_pins {(R|W)[0-9]+_.*}]
4 changes: 1 addition & 3 deletions io-top.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
set script_path [ file dirname $::env(IO_CONSTRAINTS) ]
# We expect util.tcl in the same directory as this file
source $script_path/util.tcl
source util.tcl

set_io_pin_constraint -region top:* -pin_names [match_pins (io|auto)_.*]
4 changes: 1 addition & 3 deletions io.tcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
set script_path [ file dirname $::env(IO_CONSTRAINTS) ]
# We expect util.tcl in the same directory as this file
source $script_path/util.tcl
source util.tcl

set_io_pin_constraint -region left:* -pin_names [match_pins (io|auto)_.*]

0 comments on commit a3c29d9

Please sign in to comment.