From 54eafe6b9e3430dd7d7b68ea6aa1d8421ea01f1d 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 */