Skip to content

Commit f37085d

Browse files
authored
Update README for Chisel 7.1.0 (#5032)
1 parent 2509ff3 commit f37085d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ Chisel is [permissively licensed](LICENSE) (Apache 2.0) under the guidance of [C
4646
![CI](https://github.com/chipsalliance/chisel/actions/workflows/test.yml/badge.svg)
4747
[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/chipsalliance/chisel.svg?include_prereleases&sort=semver)](https://github.com/chipsalliance/chisel/releases/latest)
4848
[![Scala version support](https://index.scala-lang.org/chipsalliance/chisel/chisel/latest-by-scala-version.svg?platform=jvm)](https://index.scala-lang.org/chipsalliance/chisel/chisel)
49-
[![Scala version support (chisel3)](https://index.scala-lang.org/chipsalliance/chisel/chisel3/latest-by-scala-version.svg?platform=jvm)](https://index.scala-lang.org/chipsalliance/chisel/chisel3)
50-
[![Sonatype Snapshots](https://img.shields.io/nexus/s/org.chipsalliance/chisel_2.13?server=https%3A%2F%2Fs01.oss.sonatype.org)](https://s01.oss.sonatype.org/content/repositories/snapshots/org/chipsalliance/chisel_2.13)
5149

5250
## What does Chisel code look like?
5351

@@ -227,8 +225,8 @@ If you insist on setting up your own project from scratch, your project needs to
227225
For example, in SBT this could be expressed as:
228226
```scala
229227
// build.sbt
230-
scalaVersion := "2.13.12"
231-
val chiselVersion = "6.0.0"
228+
scalaVersion := "2.13.16"
229+
val chiselVersion = "7.1.0"
232230
addCompilerPlugin("org.chipsalliance" % "chisel-plugin" % chiselVersion cross CrossVersion.full)
233231
libraryDependencies += "org.chipsalliance" %% "chisel" % chiselVersion
234232
```

0 commit comments

Comments
 (0)