Tapeout (#4)
* 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:
@@ -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
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
sbt.version=0.13.12
|
||||
sbt.version=0.13.12
|
||||
Reference in New Issue
Block a user