SpinalHDL 1.7.0 + formal example

This commit is contained in:
Dolu1990
2022-04-29 15:18:33 +02:00
parent 181684644c
commit df28313eea
2 changed files with 24 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ ThisBuild / version := "1.0"
ThisBuild / scalaVersion := "2.11.12"
ThisBuild / organization := "org.example"
val spinalVersion = "1.6.4"
val spinalVersion = "1.7.0"
val spinalCore = "com.github.spinalhdl" %% "spinalhdl-core" % spinalVersion
val spinalLib = "com.github.spinalhdl" %% "spinalhdl-lib" % spinalVersion
val spinalIdslPlugin = compilerPlugin("com.github.spinalhdl" %% "spinalhdl-idsl-plugin" % spinalVersion)