revert accidental dsptools build path change

This commit is contained in:
Richard Yan
2024-01-17 10:46:53 -08:00
parent 5ed1f0a4d5
commit 098b52feb9

View File

@@ -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)