-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update website for Chisel 3.6 (#392)
* Remove chisel-testers * Point submodules at _.6.x branches * Add pointers to _.6 API docs * Add new Chisel pages to sidebar
- Loading branch information
1 parent
2432ef4
commit 0b374c1
Showing
23 changed files
with
61 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,20 @@ | ||
[submodule "chisel3"] | ||
path = chisel3 | ||
url = https://github.com/freechipsproject/chisel3.git | ||
branch = 3.5.x | ||
[submodule "chisel-testers"] | ||
path = chisel-testers | ||
url = https://github.com/freechipsproject/chisel-testers.git | ||
branch = 2.5.x | ||
url = https://github.com/chipsalliance/chisel3.git | ||
branch = 3.6.x | ||
[submodule "firrtl"] | ||
path = firrtl | ||
url = https://github.com/freechipsproject/firrtl | ||
branch = 1.5.x | ||
url = https://github.com/chipsalliance/firrtl | ||
branch = 1.6.x | ||
[submodule "treadle"] | ||
path = treadle | ||
url = https://github.com/freechipsproject/treadle | ||
branch = 1.5.x | ||
url = https://github.com/chipsalliance/treadle | ||
branch = 1.6.x | ||
[submodule "diagrammer"] | ||
path = diagrammer | ||
url = https://github.com/freechipsproject/diagrammer | ||
branch = 1.5.x | ||
branch = 1.6.x | ||
[submodule "chiseltest"] | ||
path = chiseltest | ||
url = https://github.com/ucb-bar/chisel-testers2 | ||
branch = 0.5.x | ||
url = https://github.com/ucb-bar/chiseltest | ||
branch = 0.6.x |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule chisel-testers
deleted from
28264b
Submodule chisel3
updated
from 1e7515 to 81b376
Submodule chiseltest
updated
92 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
redirect_to: https://javadoc.io/doc/edu.berkeley.cs/chisel3_2.13/3.6 | ||
--- |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
redirect_to: https://javadoc.io/doc/edu.berkeley.cs/chiseltest_2.13/0.6 | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
redirect_to: https://javadoc.io/doc/edu.berkeley.cs/firrtl-diagrammer_2.13/1.6 | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
redirect_to: https://javadoc.io/doc/edu.berkeley.cs/firrtl_2.13/1.6 | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
redirect_to: https://javadoc.io/doc/edu.berkeley.cs/treadle_2.13/1.6 | ||
--- | ||
|
Submodule firrtl
updated
14 files
+1 −1 | .github/configs/mergify_config.yml | |
+2 −2 | .github/workflows/test.yml | |
+15 −15 | .mergify.yml | |
+10 −21 | build.sbt | |
+7 −7 | build.sc | |
+1 −1 | project/build.properties | |
+9 −9 | project/plugins.sbt | |
+0 −13 | spec/Makefile | |
+0 −7 | spec/future-release.txt | |
+0 −309 | spec/leftovers.txt | |
+ − | spec/spec.pdf | |
+0 −2,211 | spec/spec.tex | |
+1 −1 | src/main/scala/firrtl/annotations/JsonProtocol.scala | |
+3 −1 | src/main/scala/firrtl/backends/experimental/smt/SMTExprMap.scala |
Submodule treadle
updated
9 files