diff --git a/platform/vc709/vc709.tcl b/platform/vc709/vc709.tcl index 0fcfd43d3479606d4ccd1b3f3a2b54905cc6809d..60a3f8218761f9e3542bcb0165e66594a25b2bcc 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"