Skip to content

Commit

Permalink
Revert "Force FIRRTL 1.4.1"
Browse files Browse the repository at this point in the history
This reverts commit 7d244d6.
  • Loading branch information
davidbiancolin committed Dec 2, 2021
1 parent 5886a84 commit 804e3de
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions variables.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 804e3de

Please sign in to comment.