Skip to content

Commit

Permalink
int_mem.v: init SRAM only if not using EXTMEM.
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroAntunes178 committed Jul 26, 2023
1 parent 170e9d4 commit bcf0d4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hardware/src/int_mem.v
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,10 @@ module int_mem #(
// INSTANTIATE RAM
//
sram #(
`ifndef IOB_SOC_USE_EXTMEM
`ifdef IOB_SOC_INIT_MEM
.HEXFILE (HEXFILE),
`endif
`endif
.DATA_W (DATA_W),
.SRAM_ADDR_W(SRAM_ADDR_W)
Expand Down

0 comments on commit bcf0d4c

Please sign in to comment.