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
052a692a
Commit
052a692a
authored
Jan 18, 2018
by
Jens Korinth
Browse files
Improve logging in Zynq platform Tcl
parent
2d997d02
Changes
1
Hide whitespace changes
Inline
Side-by-side
platform/zynq/zynq.tcl
View file @
052a692a
...
...
@@ -51,6 +51,7 @@ namespace eval ::platform {
proc get_address_map
{{
pe_base
""
}}
{
set max32
[
expr
"1 << 32"
]
if
{
$pe
_base ==
""
}
{
set pe_base
[
get_pe_base_address
]
}
puts
"Computing addresses for PEs ..."
set peam
[
::arch::get_address_map $pe_base
]
puts
"Computing addresses for masters ..."
foreach m
[
::tapasco::get_aximm_interfaces
[
get_bd_cells -filter
"PATH !~
[
::tapasco::subsystem::get arch
]
/*"
]]
{
...
...
@@ -156,7 +157,7 @@ namespace eval ::platform {
proc create_subsystem_memory
{}
{
set arch_masters
[
::arch::get_masters
]
set ps_slaves
[
list
"HP0"
"HP1"
"ACP"
]
puts
"Creating memory slave ports for
[
llength $arch_masters
]
..."
puts
"Creating memory slave ports for
[
llength $arch_masters
]
masters
..."
if
{[
llength $arch_masters
]
>
[
llength $ps_slaves
]}
{
error
" trying to connect
[
llength $arch_masters
]
architecture masters, "
\
"but only
[
llength $ps_slaves
]
memory interfaces are available"
...
...
Jens Korinth
@jk
mentioned in commit
17f0d672
·
Mar 05, 2018
mentioned in commit
17f0d672
mentioned in commit 17f0d67240ebf5d7e1d0be9162d272b04256c47d
Toggle commit list
Write
Preview
Markdown
is supported
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