Removed redundant USE_SRAM from wally-shared.vh (already in wally-config.vh)

This commit is contained in:
David Harris 2023-02-04 18:49:25 -08:00
parent 2303da01a8
commit 66fa1e67bb

View file

@ -135,9 +135,6 @@
`define DIVBLEN ($clog2(`DIVb+1)-1)
`define DIVa (`DIVb+1-`XLEN) // used for idiv on fpu
// Memory synthesis configuration
`define USE_SRAM 0
// Disable spurious Verilator warnings
/* verilator lint_off STMTDLY */