Skip to content

Commit d9ae797

Browse files
committed
Update ChangeLog, ReleaseNotes, and next version comment.
1 parent 7ec20f5 commit d9ae797

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

ChangeLog

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
ChangeLog for Chisel v2.2.37
1+
ChangeLog for Chisel v2.2.38
22

3-
#740 Wide rom fix
4-
Remove Getting Started and refer to Chisel3.
5-
Update README.md (point to Chisel3, add Resolvers to getting started build.sbt
3+
Move {as,to}{U,S}Int definitions to Node.scala, and add them as Bundle key words.
4+
Update deprecated Fill() usage in FillApp.scala.

ReleaseNotes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ReleaseNotes for Chisel v2.2.37
1+
ReleaseNotes for Chisel v2.2.38
22

3-
This release of Chisel is a maintenance release, incorporating a bug fix for issue #740 - unable to create a ROM with datawidth more than 64 bits.
3+
This release of Chisel is a maintenance release, incorporating support for Chisel3's {as,to}{U,S}Int methods in all Chisel Data types.
44

55
We will be removing support for Scala 2.10 in future Chisel
66
releases. Please verify your code compiles and runs correctly under

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ def versionToArray(v: String): Array[String] = v.split('.')
22

33
lazy val chiselBuildSettings = Seq (
44
organization := "edu.berkeley.cs",
5-
// version := "2.2.38",
5+
// version := "2.2.39",
66
version := "2.3-SNAPSHOT",
77
name := "Chisel",
88
scalaVersion := "2.11.7",

0 commit comments

Comments
 (0)