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
ce4de83b
Commit
ce4de83b
authored
Oct 17, 2017
by
Jens Korinth
Browse files
Bugfix for Cache feature in VC709
* must not be queried, if it is not enabled
parent
996160e0
Changes
1
Show whitespace changes
Inline
Side-by-side
platform/vc709/vc709.tcl
View file @
ce4de83b
...
...
@@ -160,9 +160,9 @@ namespace eval platform {
CONFIG.S01_HAS_DATA_FIFO
{
2
}
]
$mig_ic
set cf
[
tapasco::get_feature
"Cache"
]
set cache_en
[
tapasco::is_feature_enabled
"Cache"
]
if
{
$cache
_en
}
{
set cf
[
tapasco::get_feature
"Cache"
]
puts
"Platform configured w/L2 Cache, implementing ..."
set cache
[
tapasco::createSystemCache
"cache_l2"
1
\
[
dict get
[
tapasco::get_feature
"Cache"
]
"size"
]
\
...
...
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