forked from Github_Repos/cvw
Turned off default USE_SRAM in Makefile
This commit is contained in:
parent
9275bfb839
commit
4bfff6a4eb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user