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
c04932d9
Commit
c04932d9
authored
Jan 30, 2018
by
Jaco Hofmann
Browse files
Fixes MSIx address map
parent
f75533a1
Pipeline
#216
passed with stage
in 3 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
platform/vc709/vc709.tcl
View file @
c04932d9
...
...
@@ -48,8 +48,8 @@ namespace eval platform {
foreach m
[
::tapasco::get_aximm_interfaces
[
get_bd_cells -filter
"PATH !~
[
::tapasco::subsystem::get arch
]
/*"
]]
{
switch -glob
[
get_property NAME $m
]
{
"M_DMA"
{
foreach
{
base stride range
}
[
list 0x00300000 0x10000 0
]
{}
}
"M_INTC"
{
foreach
{
base stride range
}
[
list 0x00
4
00000 0x10000 0
]
{}
}
"M_MSIX"
{
foreach
{
base stride range
}
[
list 0
x00500000 0x10000
$max64
]
{}
}
"M_INTC"
{
foreach
{
base stride range
}
[
list 0x00
5
00000 0x10000 0
]
{}
}
"M_MSIX"
{
foreach
{
base stride range
}
[
list 0
0
$max64
]
{}
}
"M_TAPASCO"
{
foreach
{
base stride range
}
[
list 0x02800000 0 0
]
{}
}
"M_HOST"
{
foreach
{
base stride range
}
[
list 0 0 $max64
]
{}
}
"M_ARCH"
{
set base
"skip"
}
...
...
Jens Korinth
@jk
mentioned in commit
17f0d672
·
Mar 05, 2018
mentioned in commit
17f0d672
mentioned in commit 17f0d67240ebf5d7e1d0be9162d272b04256c47d
Toggle commit list
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