Skip to content

Commit

Permalink
Move library code to subdirectory to have functional aggregation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccromjongh committed May 6, 2024
1 parent 88869a8 commit 98d21c6
Show file tree
Hide file tree
Showing 31 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ target/
test_run_dir/

build/
src/tydi/*/*.scala
library/src/tydi/*/*.scala
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lazy val commonSettings = Seq(
addCompilerPlugin("org.chipsalliance" % "chisel-plugin" % chiselVersion cross CrossVersion.full)
)

lazy val library: Project = (project in file("."))
lazy val library: Project = (project in file("library"))
.settings(
commonSettings,
name := "Tydi-Chisel",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 98d21c6

Please sign in to comment.