Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
tapasco
tapasco
Commits
063c48e6
Commit
063c48e6
authored
Jun 02, 2017
by
Jens Korinth
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove BAR offset for BlueDMA
parent
49396f7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
platform/vc709/vc709.tcl
platform/vc709/vc709.tcl
+1
-6
No files found.
platform/vc709/vc709.tcl
View file @
063c48e6
...
@@ -172,8 +172,7 @@ namespace eval platform {
...
@@ -172,8 +172,7 @@ namespace eval platform {
puts
"Platform configured w/L2 Cache, implementing ..."
puts
"Platform configured w/L2 Cache, implementing ..."
set cache
[
tapasco::createSystemCache
"cache_l2"
1
\
set cache
[
tapasco::createSystemCache
"cache_l2"
1
\
[
dict get
[
tapasco::get_platform_feature
"Cache"
]
"size"
]
\
[
dict get
[
tapasco::get_platform_feature
"Cache"
]
"size"
]
\
[
dict get
[
tapasco::get_platform_feature
"Cache"
]
"associativity"
]
\
[
dict get
[
tapasco::get_platform_feature
"Cache"
]
"associativity"
]]
]
# connect mig_ic master to cache_l2
# connect mig_ic master to cache_l2
connect_bd_intf_net
[
get_bd_intf_pins mig_ic/M00_AXI
]
[
get_bd_intf_pins $cache/S0_AXI_GEN
]
connect_bd_intf_net
[
get_bd_intf_pins mig_ic/M00_AXI
]
[
get_bd_intf_pins $cache/S0_AXI_GEN
]
...
@@ -411,10 +410,6 @@ namespace eval platform {
...
@@ -411,10 +410,6 @@ namespace eval platform {
CONFIG.c_s_axi_supports_narrow_burst
{
false
}
\
CONFIG.c_s_axi_supports_narrow_burst
{
false
}
\
]
]
if
{[
tapasco::is_platform_feature_enabled
"BlueDMA"
]}
{
lappend pcie_properties CONFIG.pciebar2axibar_0
{
0x0005000000000000
}
}
# enable ATS/PRI
(
if platform feature is set
)
# enable ATS/PRI
(
if platform feature is set
)
if
{[
tapasco::is_platform_feature_enabled
"ATS-PRI"
]}
{
if
{[
tapasco::is_platform_feature_enabled
"ATS-PRI"
]}
{
puts
" ATS/PRI support is enabled"
puts
" ATS/PRI support is enabled"
...
...
Jens Korinth
@jk
mentioned in commit
a831b501
·
Jul 14, 2017
mentioned in commit
a831b501
mentioned in commit a831b5015df6bd8f8d23ddd334a3b1159392de92
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