From ed02d5a0774023ee631f22710f09e3d833c21ce9 Mon Sep 17 00:00:00 2001 From: David Harris Date: Fri, 3 Feb 2023 08:36:51 -0800 Subject: [PATCH] Removed redundant line from synthesis makefile --- synthDC/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/synthDC/Makefile b/synthDC/Makefile index f13b38ab..c715a88b 100755 --- a/synthDC/Makefile +++ b/synthDC/Makefile @@ -24,7 +24,6 @@ export DRIVE ?= FLOP time := $(shell date +%F-%H-%M) hash := $(shell git rev-parse --short HEAD) export OUTPUTDIR := runs/$(DESIGN)_$(CONFIG)_$(MOD)_$(TECH)nm_$(FREQ)_MHz_$(time)_$(TITLE)_$(hash) -export OUTPUTDIR := runs/$(DESIGN)_$(CONFIG)_$(MOD)_$(TECH)nm_$(FREQ)_MHz_$(time)_$(TITLE)_$(hash) export SAIFPOWER ?= 0 OLDCONFIGDIR ?= ${WALLY}/config