npc: Register File
This commit is contained in:
parent
64f891308e
commit
d67fb1138a
3 changed files with 130 additions and 18 deletions
|
@ -6,10 +6,11 @@ val chiselVersion = "5.1.0"
|
|||
|
||||
lazy val root = (project in file("."))
|
||||
.settings(
|
||||
name := "ChiselLearning",
|
||||
name := "flow",
|
||||
libraryDependencies ++= Seq(
|
||||
"org.chipsalliance" %% "chisel" % chiselVersion,
|
||||
"edu.berkeley.cs" %% "chiseltest" % "5.0.2" % "test"
|
||||
"edu.berkeley.cs" %% "chiseltest" % "5.0.2" % "test",
|
||||
"com.chuusai" %% "shapeless" % "2.3.3"
|
||||
),
|
||||
scalacOptions ++= Seq(
|
||||
"-language:reflectiveCalls",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue