Use Chipyard's hardfloat

This commit is contained in:
Jerry Zhao
2023-12-15 17:20:48 -08:00
parent e7f10348b0
commit 7c8de34904

View File

@@ -95,7 +95,7 @@ lazy val chiselSettings = Seq(
// -- Rocket Chip --
lazy val hardfloat = freshProject("hardfloat", rocketChipDir / "hardfloat/hardfloat")
lazy val hardfloat = freshProject("hardfloat", file("generators/hardfloat/hardfloat"))
.settings(chiselSettings)
.dependsOn(midasTargetUtils)
.settings(commonSettings)