* remove outdated files

* pulled resetinverter from dsptools + setup repo

* fix some package names, misc. dsptools dependencies, typo in build.sbt, + circuitstate in resetinverter pass

* add more comprehensive gitignore + license back in

* create directory structure to match package structure

* change package names to barstools.tapeout

* settled on barstools.tapeout.transforms package

* make directory + build structure more amenable for multiple sub projects
This commit is contained in:
Angie Wang
2017-02-17 11:58:05 -08:00
committed by GitHub
parent e21e50dd91
commit d86dea58cf
11 changed files with 670 additions and 192 deletions

View File

@@ -4,13 +4,12 @@ import Keys._
object Dependencies {
val scalatestVersion = "3.0.0"
val scalatest = "org.scalatest" %% "scalatest" % scalatestVersion % "test"
val scoptVersion = "3.4.0"
val scopt = "com.github.scopt" %% "scopt" % scoptVersion
val scalacheckVersion = "1.12.4"
val scalacheck = "org.scalacheck" %% "scalacheck" % scalacheckVersion % "test"
val commonDependencies: Seq[ModuleID] = Seq(
scalatest
scalatest,
scalacheck
)
val executionoptionsDependencies: Seq[ModuleID] = Seq(
scopt
)
}
}

View File

@@ -1 +1 @@
sbt.version=0.13.12
sbt.version=0.13.12