From dc5f80a3ca7c35e1a772c9c833571ce25c278e32 Mon Sep 17 00:00:00 2001 From: David Harris Date: Thu, 23 Jun 2022 23:16:43 +0000 Subject: [PATCH] Default value of Drive in Makefile --- synthDC/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/synthDC/Makefile b/synthDC/Makefile index 193153ca..3de66665 100755 --- a/synthDC/Makefile +++ b/synthDC/Makefile @@ -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)