From 804e3de41c6a5b845ef4713acf5c0dc9f8b13773 Mon Sep 17 00:00:00 2001 From: David Biancolin Date: Wed, 1 Dec 2021 23:16:03 +0000 Subject: [PATCH] Revert "Force FIRRTL 1.4.1" This reverts commit 7d244d635c5f02512e8e9a3d2c0a057fdd4b0bd1. --- variables.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/variables.mk b/variables.mk index d5f5cb41..9ba9f4a3 100644 --- a/variables.mk +++ b/variables.mk @@ -169,10 +169,6 @@ SBT_OPTS_FILE := $(base_dir)/.sbtopts ifneq (,$(wildcard $(SBT_OPTS_FILE))) override SBT_OPTS += $(subst $$PWD,$(base_dir),$(shell cat $(SBT_OPTS_FILE))) endif -# Workaround: Specify a firrtl version in system properties so that Treadle uses a -# compatible version of FIRRTL and not 1.5-SNAPSHOT (which is the default -# specified in it's build.sbt, and is not overridden by Chipyard's build.sbt) -override SBT_OPTS += -DfirrtlVersion=1.4.1 SCALA_BUILDTOOL_DEPS = $(SBT_SOURCES)