Skip to content

Commit

Permalink
Drop dsptools and Cordic components
Browse files Browse the repository at this point in the history
  • Loading branch information
schoeberl committed Nov 1, 2024
1 parent 5265bee commit 90358a3
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 547 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ the community. This is the place to do it.
line to your ```build.sbt```

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

### Versions


| ip-contributions | Chisel | Scala |
|------------------|--------|-------|
| 0.6.0 | 3.6.1 | 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 |
| 0.5.1 | 3.5.5 | 2.12 |
Expand Down
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ThisBuild / scalaVersion := "2.13.14"
// ThisBuild / crossScalaVersions := Seq("2.12.17", "2.13.10")
ThisBuild / version := "0.6.0"
ThisBuild / version := "0.6.1"


lazy val publishSettings = Seq (
Expand Down Expand Up @@ -35,7 +35,6 @@ lazy val root = (project in file("."))
resolvers += Resolver.sonatypeRepo("snapshots"),
libraryDependencies ++= Seq(
"edu.berkeley.cs" %% "chisel3" % "3.6.1",
"edu.berkeley.cs" %% "dsptools" % "1.5.6",
"edu.berkeley.cs" %% "chiseltest" % "0.6.2" % "test",
),
scalacOptions ++= Seq(
Expand Down
26 changes: 0 additions & 26 deletions src/main/scala/chisel/lib/cordic/iterative/Constants.scala

This file was deleted.

223 changes: 0 additions & 223 deletions src/main/scala/chisel/lib/cordic/iterative/Cordic.scala

This file was deleted.

66 changes: 0 additions & 66 deletions src/main/scala/chisel/lib/cordic/iterative/CordicApp.scala

This file was deleted.

Loading

0 comments on commit 90358a3

Please sign in to comment.