From 94760babbc2e3884db9ed887e1d0423da5463170 Mon Sep 17 00:00:00 2001 From: Tim Fischer Date: Wed, 15 Nov 2023 10:13:44 +0100 Subject: [PATCH] flit: And sensible addr offset value --- util/axi_cfg.hjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/axi_cfg.hjson b/util/axi_cfg.hjson index 79a751f0..0c834b07 100644 --- a/util/axi_cfg.hjson +++ b/util/axi_cfg.hjson @@ -18,7 +18,7 @@ route_algo: XYRouting num_x_bits: 3 num_y_bits: 3 - addr_offset_bits: 36 + addr_offset_bits: 16 rob_idx_bits: 8 } }