From 66fa1e67bb4e584a194a074dcf1d2e15f4d6769c Mon Sep 17 00:00:00 2001 From: David Harris Date: Sat, 4 Feb 2023 18:49:25 -0800 Subject: [PATCH] Removed redundant USE_SRAM from wally-shared.vh (already in wally-config.vh) --- config/shared/wally-shared.vh | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/shared/wally-shared.vh b/config/shared/wally-shared.vh index 5d60fdce3..507388f7f 100644 --- a/config/shared/wally-shared.vh +++ b/config/shared/wally-shared.vh @@ -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 */