1
0
Fork 0

Default to Chisel 3

Now that we can test Chisel 3 on Travis, I think it's time to turn it on
for everyone else.
This commit is contained in:
Palmer Dabbelt 2016-06-14 11:42:29 -07:00
parent e617bb8aa8
commit 68ba33369b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ PROJECT := rocketchip
CXX ?= g++
CXXFLAGS := -O1
CHISEL_VERSION ?= 2
CHISEL_VERSION ?= 3
export CHISEL_VERSION
SBT ?= java -Xmx2G -Xss8M -XX:MaxPermSize=256M -jar $(base_dir)/sbt-launch.jar