forked from corundum/corundum
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fpga/mqnic/XUPP3R: Add missing TCL script for XUSP3S PCIe IP core
Signed-off-by: Alex Forencich <[email protected]>
- Loading branch information
1 parent
3f7a4ce
commit 545fb3c
Showing
1 changed file
with
32 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
|
||
create_ip -name pcie3_ultrascale -vendor xilinx.com -library ip -module_name pcie3_ultrascale_0 | ||
|
||
set_property -dict [list \ | ||
CONFIG.PL_LINK_CAP_MAX_LINK_SPEED {8.0_GT/s} \ | ||
CONFIG.PL_LINK_CAP_MAX_LINK_WIDTH {X8} \ | ||
CONFIG.AXISTEN_IF_RC_STRADDLE {true} \ | ||
CONFIG.axisten_if_width {256_bit} \ | ||
CONFIG.extended_tag_field {true} \ | ||
CONFIG.pf0_dev_cap_max_payload {1024_bytes} \ | ||
CONFIG.axisten_freq {250} \ | ||
CONFIG.PF0_Use_Class_Code_Lookup_Assistant {false} \ | ||
CONFIG.pf0_class_code_base {02} \ | ||
CONFIG.pf0_class_code_sub {00} \ | ||
CONFIG.pf0_class_code_interface {00} \ | ||
CONFIG.PF0_DEVICE_ID {1001} \ | ||
CONFIG.PF0_SUBSYSTEM_ID {8823} \ | ||
CONFIG.PF0_SUBSYSTEM_VENDOR_ID {12ba} \ | ||
CONFIG.pf0_bar0_64bit {true} \ | ||
CONFIG.pf0_bar0_prefetchable {true} \ | ||
CONFIG.pf0_bar0_scale {Megabytes} \ | ||
CONFIG.pf0_bar0_size {16} \ | ||
CONFIG.pf0_msi_enabled {false} \ | ||
CONFIG.pf0_msix_enabled {true} \ | ||
CONFIG.PF0_MSIX_CAP_TABLE_SIZE {01F} \ | ||
CONFIG.PF0_MSIX_CAP_TABLE_BIR {BAR_1:0} \ | ||
CONFIG.PF0_MSIX_CAP_TABLE_OFFSET {00010000} \ | ||
CONFIG.PF0_MSIX_CAP_PBA_BIR {BAR_1:0} \ | ||
CONFIG.PF0_MSIX_CAP_PBA_OFFSET {00018000} \ | ||
CONFIG.vendor_id {1234} \ | ||
CONFIG.mode_selection {Advanced} \ | ||
] [get_ips pcie3_ultrascale_0] |