Skip to content

Commit

Permalink
Force FIRRTL 1.4.1 (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez authored Dec 2, 2021
1 parent 5129bc7 commit 02adf86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions variables.mk
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ 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 02adf86

Please sign in to comment.