Adding barstools to separate the top from harness and to generate the

memories as external modules, which makes VLSI flows easier to plug in.
This commit is contained in:
John Wright
2019-02-07 11:11:25 -08:00
committed by John Wright
parent d01e38ef8a
commit acd76e5410
8 changed files with 74 additions and 11 deletions

1
project/build.properties Normal file
View File

@@ -0,0 +1 @@
sbt.version=1.2.7

1
project/plugins.sbt Normal file
View File

@@ -0,0 +1 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")