reduce block RAM size when using TMS & SID

This commit is contained in:
nino-porcino 2022-05-21 15:05:45 +02:00
parent e365dc059d
commit 14464df7bc
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ localparam CONF_STR = {
};
`ifdef USE_TMS
localparam BLOCKRAM_SIZE = 'hA000;
localparam BLOCKRAM_SIZE = 'h7000;
`else
localparam BLOCKRAM_SIZE = 'hC000;
`endif