From 15025fa18433b38268f0a5ccbc6a0556bf012207 Mon Sep 17 00:00:00 2001 From: Jenny Huang Date: Thu, 31 Oct 2019 13:48:15 -0700 Subject: [PATCH] Add TL2 fix --- scripts/run_chisel_tl.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/run_chisel_tl.pl b/scripts/run_chisel_tl.pl index 61ad120..c8f58f2 100644 --- a/scripts/run_chisel_tl.pl +++ b/scripts/run_chisel_tl.pl @@ -528,7 +528,7 @@ for( $i = 0; $i < @m_axi_data_widths; $i = $i + 1 ){ sbus.fromPort(Some(axi_m_portName)) { (TLWidthWidget($m_axi_data_widths[$i]>> 3 ) := AXI4ToTL() - := AXI4UserYanker() + := AXI4UserYanker(Some(8)) := AXI4Fragmenter() := AXI4IdIndexer(1)) }:=* hls_test_c_accel.node_$bus_names[$i] @@ -545,7 +545,7 @@ $control2 .=' := TLBuffer() //:= TLWidthWidget(s_axi_data_width >> 3) // Compared to TLWidthWidget, TLFragmenter saves the id info? - := TLFragmenter(s_axi_data_width >> 3, 64, true)) + := TLFragmenter(s_axi_data_width >> 3, 64, alwaysMin=true, holdFirstDeny=true)) } }