diff --git a/build.sbt b/build.sbt index d78b0eaf..e40808b1 100644 --- a/build.sbt +++ b/build.sbt @@ -263,7 +263,7 @@ lazy val tapeout = (project in file("./tools/barstools/")) .settings(chiselSettings) .settings(commonSettings) -lazy val fixedpoint = (project in file("./tools/dsptools/fixedpoint/")) +lazy val fixedpoint = (project in file("./tools/fixedpoint/")) .settings(chiselSettings) .settings(commonSettings)