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 7ce4f0da2d
commit 54eafe6b9e

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 */