Bump chipyard.mk to scala 2.13

This commit is contained in:
Jerry Zhao 2023-01-26 00:12:18 -08:00 committed by abejgonzalez
parent d384fc52bc
commit 96ef6200fe
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ rocketchip_dir := $(chipyard_dir)/generators/rocket-chip
# Scala invocation options
JVM_MEMORY ?= 16G
SCALA_VERSION ?= 2.12.10
SCALA_VERSION ?= 2.13.10
# Disable the SBT supershell as interacts poorly with scalatest output and breaks
# the runtime config generator.
export JAVA_TOOL_OPTIONS ?= -Xmx$(JVM_MEMORY) -Xss8M -Dsbt.supershell=false -Djava.io.tmpdir=$(base_dir)/.java_tmp