1 Star 1 Fork 0

austin / SpinalTemplateSbt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.sc 480 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dolu1990 提交于 2024-02-01 10:35 . SpinalHDL 1.10.1
import mill._, scalalib._
val spinalVersion = "1.10.1"
object projectname extends SbtModule {
def scalaVersion = "2.12.18"
override def millSourcePath = os.pwd
def sources = T.sources(
millSourcePath / "hw" / "spinal"
)
def ivyDeps = Agg(
ivy"com.github.spinalhdl::spinalhdl-core:$spinalVersion",
ivy"com.github.spinalhdl::spinalhdl-lib:$spinalVersion"
)
def scalacPluginIvyDeps = Agg(ivy"com.github.spinalhdl::spinalhdl-idsl-plugin:$spinalVersion")
}
Scala
1
https://gitee.com/peasent/SpinalTemplateSbt.git
git@gitee.com:peasent/SpinalTemplateSbt.git
peasent
SpinalTemplateSbt
SpinalTemplateSbt
master

搜索帮助