This commit is contained in:
Côme
2024-11-20 19:05:31 +00:00
committed by GitHub
8 changed files with 229 additions and 2 deletions

View File

@@ -6,7 +6,8 @@ object projectname extends SbtModule {
def scalaVersion = "2.13.14"
override def millSourcePath = os.pwd
def sources = T.sources(
millSourcePath / "hw" / "spinal"
millSourcePath / "hw" / "spinal",
millSourcePath / "tb" / "spinal"
)
def ivyDeps = Agg(
ivy"com.github.spinalhdl::spinalhdl-core:$spinalVersion",