Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
schoeberl committed Nov 7, 2024
1 parent cc54b8d commit 5d8ef03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@ the community. This is the place to do it.
line to your ```build.sbt```

```
libraryDependencies += "edu.berkeley.cs" % "ip-contributions" % "0.6.1"
libraryDependencies += "edu.berkeley.cs" % "ip-contributions" % "5.0.0"
```

### Versions

```ip-contributions``` exists for different Chisel/Scala versions:

| ip-contributions | Chisel | Scala |
|------------------|--------|-------|
| 5.0.0 | 5.3.0 | 2.13 |
| 0.6.1 | 3.6.1 | 2.13 |
| 0.5.4 | 3.5.6 | 2.13 |
| 0.5.3 | 3.5.6 | 2.12 |
Expand Down

0 comments on commit 5d8ef03

Please sign in to comment.