Skip to content

Commit

Permalink
fixed memory block size configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tinebp committed Aug 6, 2024
1 parent 50b12ef commit d276875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/rtl/VX_config.vh
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
`ifndef IO_COUT_ADDR
`define IO_COUT_ADDR `IO_BASE_ADDR
`endif
`define IO_COUT_SIZE `MEM_BLOCK_SIZE
`define IO_COUT_SIZE 64

`ifndef IO_MPM_ADDR
`define IO_MPM_ADDR (`IO_COUT_ADDR + `IO_COUT_SIZE)
Expand Down

0 comments on commit d276875

Please sign in to comment.