This commit is contained in:
Côme
2024-07-19 00:47:09 +09: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.12.18"
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",