initial commit

This commit is contained in:
Howard Mao
2016-10-21 16:03:26 -07:00
commit 7074420aba
17 changed files with 274 additions and 0 deletions

7
build.sbt Normal file
View File

@@ -0,0 +1,7 @@
organization := "edu.berkeley.cs"
version := "1.0"
name := "testchip-example"
scalaVersion := "2.11.7"