1
0

bump chisel

This commit is contained in:
Andrew Waterman
2016-05-25 11:09:37 -07:00
parent f52fc655a5
commit a8462d3cfc
5 changed files with 8 additions and 6 deletions

View File

@ -9,8 +9,7 @@ CXX ?= g++
CXXFLAGS := -O1
CHISEL_VERSION ?= 2
CHISEL_SUBMODULE ?= chisel$(CHISEL_VERSION)
export CHISEL_SUBMODULE
export CHISEL_VERSION
SBT ?= java -Xmx2G -Xss8M -XX:MaxPermSize=256M -jar sbt-launch.jar
SHELL := /bin/bash