From 136352557ba0c6b9c97621e9dfefb4009faef7cc Mon Sep 17 00:00:00 2001 From: jackbackrack Date: Mon, 27 Apr 2015 15:58:20 -0700 Subject: first commit --- build.sbt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 build.sbt (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt new file mode 100644 index 00000000..6ea399a5 --- /dev/null +++ b/build.sbt @@ -0,0 +1,7 @@ +organization := "edu.berkeley.cs" + +version := "0.1" + +name := "Chisel" + +scalaVersion := "2.10.2" -- cgit v1.2.3