Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
4705f31e
Commit
4705f31e
authored
Nov 15, 2018
by
Jaco Hofmann
Browse files
Fix x16 mode for VCU118
parent
163b31ee
Pipeline
#686
passed with stage
in 13 minutes and 44 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
platform/vcu118/vcu118.tcl
View file @
4705f31e
...
...
@@ -40,6 +40,7 @@ namespace eval platform {
# create PCIe core
set axi_pcie3_0
[
tapasco::ip::create_axi_pcie3_0_usp
"axi_pcie3_0"
]
set pcie_properties
[
list
\
CONFIG.functional_mode
{
AXI_Bridge
}
\
CONFIG.mode_selection
{
Advanced
}
\
...
...
@@ -52,7 +53,7 @@ namespace eval platform {
CONFIG.pf0_sub_class_interface_menu
{
Other_memory_controller
}
\
CONFIG.pf0_interrupt_pin
{
NONE
}
CONFIG.pf0_msi_enabled
{
false
}
\
CONFIG.SYS_RST_N_BOARD_INTERFACE
{
pcie_perstn
}
\
CONFIG.PCIE_BOARD_INTERFACE
{
pci_express_x
8
}
\
CONFIG.PCIE_BOARD_INTERFACE
{
pci_express_x
16
}
\
CONFIG.pf0_msix_enabled
{
true
}
\
CONFIG.c_m_axi_num_write
{
32
}
\
CONFIG.pf0_msix_impl_locn
{
External
}
\
...
...
@@ -77,6 +78,7 @@ namespace eval platform {
]
set_property -dict $pcie_properties $axi_pcie3_0
apply_bd_automation -rule xilinx.com:bd_rule:xdma
\
-config
{
auto_level
"IP Level"
\
lane_width
"X16"
\
...
...
@@ -88,6 +90,7 @@ namespace eval platform {
h2c
"4"
c2h
"4"
}
\
$axi_pcie3_0
tapasco::ip::create_msixusptrans
"MSIxTranslator"
$axi_pcie3_0
return $axi_pcie3_0
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment