Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

orfs: fewer surprises #56

Merged
merged 1 commit into from
May 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions constraints-sram.sdc
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
set script_path [ file dirname $::env(SDC_FILE) ]
# We expect util.tcl in the same directory as this file
source $script_path/util.tcl
source util.tcl

# Set the clock name and period
set clk_period 400
Expand Down
4 changes: 1 addition & 3 deletions io-boomtile.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 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)_.*]