Skip to content

Commit

Permalink
Use Chipyard's hardfloat
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Dec 16, 2023
1 parent e7f1034 commit 7c8de34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7c8de34

Please sign in to comment.