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
d660cb7a
Commit
d660cb7a
authored
Feb 27, 2018
by
Jens Korinth
Browse files
Another fix for construct_address_map
* must also query master for expected base address
parent
d54ced58
Pipeline
#311
passed with stage
in 2 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
platform/common/platform.tcl
View file @
d660cb7a
...
...
@@ -252,7 +252,7 @@ namespace eval platform {
}
puts
" address map info:
$me
]"
set range
[
expr
"max(
[
dict get $me range
]
, 4096)"
]
set offset
[
dict get $me
"offset"
]
set offset
[
expr
"max(
[
dict get $me
"offset"
]
,
[
get_property OFFSET $intf
]
)"
]
set range
[
expr
"min(
$range
,
[
get_property RANGE $intf
]
)"
]
puts
" range:
$range
"
puts
" offset:
$offset
"
...
...
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