We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6789b73 + cc056f6 commit 59bbdc1Copy full SHA for 59bbdc1
codegen/cpp/fletchgen/src/fletchgen/top/axi_template.h
@@ -193,7 +193,7 @@ static char axi_source[] =
193
" BUS_ADDR_WIDTH => BUS_ADDR_WIDTH,\n"
194
" BUS_DATA_WIDTH => BUS_DATA_WIDTH,\n"
195
" BUS_BURST_STEP_LEN => BUS_BURST_STEP_LEN,\n"
196
- " BUS_BURST_MAX_LEN => BUS_ADDR_WIDTH,\n"
+ " BUS_BURST_MAX_LEN => BUS_BURST_MAX_LEN,\n"
197
" BUS_LEN_WIDTH => BUS_LEN_WIDTH,\n"
198
" INDEX_WIDTH => INDEX_WIDTH,\n"
199
" TAG_WIDTH => TAG_WIDTH\n"
0 commit comments