From 063c48e60939c33cd74f409e40ea21778fab2efb Mon Sep 17 00:00:00 2001 From: Jens Korinth Date: Fri, 2 Jun 2017 09:32:05 +0200 Subject: [PATCH] Remove BAR offset for BlueDMA --- platform/vc709/vc709.tcl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/platform/vc709/vc709.tcl b/platform/vc709/vc709.tcl index 0fcfd43d..60a3f821 100644 --- a/platform/vc709/vc709.tcl +++ b/platform/vc709/vc709.tcl @@ -172,8 +172,7 @@ namespace eval platform { puts "Platform configured w/L2 Cache, implementing ..." set cache [tapasco::createSystemCache "cache_l2" 1 \ [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_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 { 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) if {[tapasco::is_platform_feature_enabled "ATS-PRI"]} { puts " ATS/PRI support is enabled" -- GitLab