mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 21:14:37 +00:00
changed USE_SRAM to modify wally-config rather than wally-shared
This commit is contained in:
parent
7cf98811f3
commit
077edbf78d
@ -69,7 +69,7 @@ endif
|
||||
|
||||
# if USESRAM = 1, set that in the config file, otherwise reduce sizes
|
||||
ifeq ($(USESRAM), 1)
|
||||
sed -i 's/USE_SRAM.*/USE_SRAM 1/g' $(CONFIGDIR)/wally-shared.vh
|
||||
sed -i 's/USE_SRAM.*/USE_SRAM 1/g' $(CONFIGDIR)/wally-config.vh
|
||||
else
|
||||
sed -i 's/WAYSIZEINBYTES.*/WAYSIZEINBYTES 512/g' $(CONFIGDIR)/wally-config.vh
|
||||
sed -i 's/NUMWAYS.*/NUMWAYS 1/g' $(CONFIGDIR)/wally-config.vh
|
||||
|
Loading…
Reference in New Issue
Block a user