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
d6adc315
Commit
d6adc315
authored
Jun 29, 2017
by
Jens Korinth
Browse files
Bugfix for newer Vivado versions in Zynq platform
* address map code did not work correctly, fixed
parent
3c810860
Changes
1
Hide whitespace changes
Inline
Side-by-side
platform/zynq/zynq.tcl
View file @
d6adc315
...
...
@@ -317,9 +317,11 @@ namespace eval platform {
set masters
[
tapasco::get_aximm_interfaces $pe
]
foreach m $masters
{
set slaves
[
find_bd_objs -relation addressable_slave $m
]
set spaces
[
get_bd_addr_spaces $pe/* -filter
{
NAME =~
"*m_axi*"
|| NAME =~
"*M_AXI*"
}]
foreach u $spaces
{
create_bd_addr_seg -range
[
get_property RANGE $u
]
-offset 0 $u
[
get_bd_addr_segs $slaves/*
]
"SEG_
$u
"
foreach s $slaves
{
create_bd_addr_seg -range
[
get_property RANGE
[
get_bd_addr_spaces $m
]]
-offset 0
\
[
get_bd_addr_spaces $m
]
\
[
get_bd_addr_segs $s/*
]
\
"SEG_
${m}
_
${s}
"
}
}
}
...
...
Jens Korinth
@jk
mentioned in commit
a831b501
·
Jul 14, 2017
mentioned in commit
a831b501
mentioned in commit a831b5015df6bd8f8d23ddd334a3b1159392de92
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