1 Star 0 Fork 0

ic-starter/VexRiscv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.sbt 611 Bytes
一键复制 编辑 原始数据 按行查看 历史
val spinalVersion = "1.10.2a"
lazy val root = (project in file(".")).
settings(
inThisBuild(List(
organization := "com.github.spinalhdl",
scalaVersion := "2.12.18",
version := "2.0.0"
)),
libraryDependencies ++= Seq(
"com.github.spinalhdl" %% "spinalhdl-core" % spinalVersion,
"com.github.spinalhdl" %% "spinalhdl-lib" % spinalVersion,
compilerPlugin("com.github.spinalhdl" %% "spinalhdl-idsl-plugin" % spinalVersion),
"org.scalatest" %% "scalatest" % "3.2.17",
"org.yaml" % "snakeyaml" % "1.8"
),
name := "VexRiscv"
)
fork := true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ic-starter/VexRiscv.git
git@gitee.com:ic-starter/VexRiscv.git
ic-starter
VexRiscv
VexRiscv
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385