Skip to content

Commit cc056f6

Browse files
committed
Fix BUS_BURST_MAX_LEN of instantiated Mantle in AXI top
1 parent 7eab553 commit cc056f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/cpp/fletchgen/src/fletchgen/top/axi_template.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ static char axi_source[] =
193193
" BUS_ADDR_WIDTH => BUS_ADDR_WIDTH,\n"
194194
" BUS_DATA_WIDTH => BUS_DATA_WIDTH,\n"
195195
" BUS_BURST_STEP_LEN => BUS_BURST_STEP_LEN,\n"
196-
" BUS_BURST_MAX_LEN => BUS_ADDR_WIDTH,\n"
196+
" BUS_BURST_MAX_LEN => BUS_BURST_MAX_LEN,\n"
197197
" BUS_LEN_WIDTH => BUS_LEN_WIDTH,\n"
198198
" INDEX_WIDTH => INDEX_WIDTH,\n"
199199
" TAG_WIDTH => TAG_WIDTH\n"

0 commit comments

Comments
 (0)