Turned off default USE_SRAM in Makefile

This commit is contained in:
David Harris 2023-02-17 17:37:05 -08:00
parent daf2f822c2
commit 239bb3abbc

View File

@ -20,7 +20,7 @@ export MAXCORES ?= 1
# The output netlist is hard to interpret, but significantly better PPA
export MAXOPT ?= 0
export DRIVE ?= FLOP
export USESRAM ?= 1
export USESRAM ?= 0
export USETOPO ?= 0
time := $(shell date +%F-%H-%M)