Default value of Drive in Makefile

This commit is contained in:
David Harris 2022-06-23 23:16:43 +00:00
parent a77fb485db
commit dc5f80a3ca

View File

@ -15,6 +15,7 @@ export MAXCORES ?= 4
# MAXOPT turns on flattening, boundary optimization, and retiming
# The output netlist is hard to interpret, but significantly better PPA
export MAXOPT ?= 0
export DRIVE ?= FLOP
time := $(shell date +%F-%H-%M)
hash := $(shell git rev-parse --short HEAD)