-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #569 from pavel-demin/develop
move project specific constraints to projects/*/*.xdc
- Loading branch information
Showing
5 changed files
with
24 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
set_property IOSTANDARD LVCMOS33 [get_ports exp_p_trg] | ||
set_property SLEW FAST [get_ports exp_p_trg] | ||
set_property DRIVE 8 [get_ports exp_p_trg] | ||
|
||
set_property PACKAGE_PIN M14 [get_ports exp_p_trg] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
set_property IOSTANDARD LVCMOS33 [get_ports exp_p_trg] | ||
set_property SLEW FAST [get_ports exp_p_trg] | ||
set_property DRIVE 8 [get_ports exp_p_trg] | ||
|
||
set_property PACKAGE_PIN M14 [get_ports exp_p_trg] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
set_property PULLTYPE PULLUP [get_ports {exp_n_tri_io[0]}] | ||
set_property PULLTYPE PULLUP [get_ports {exp_n_tri_io[1]}] | ||
set_property PULLTYPE PULLUP [get_ports {exp_n_tri_io[2]}] | ||
set_property PULLTYPE PULLUP [get_ports {exp_n_tri_io[3]}] | ||
|
||
set_property IOSTANDARD LVCMOS33 [get_ports {exp_n_alex[*]}] | ||
set_property SLEW FAST [get_ports {exp_n_alex[*]}] | ||
set_property DRIVE 8 [get_ports {exp_n_alex[*]}] | ||
|
||
set_property PACKAGE_PIN L15 [get_ports {exp_n_alex[0]}] | ||
set_property PACKAGE_PIN L17 [get_ports {exp_n_alex[1]}] | ||
set_property PACKAGE_PIN J16 [get_ports {exp_n_alex[2]}] | ||
set_property PACKAGE_PIN M15 [get_ports {exp_n_alex[3]}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters