summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormergify[bot]2022-10-25 13:57:04 +0000
committerGitHub2022-10-25 13:57:04 +0000
commit0750bc2f46d49c8fdfd0c07a2ac80c74311b3f15 (patch)
tree82bded9e7cc98e688536a058297352088c953b1e /README.md
parent2f890aabc1ecf04c6efcb84cee4f00da67be6a53 (diff)
Publish an Initial Roadmap (#2804) (#2810)
* Add initial roadmap Co-authored-by: edwardcwang <edwardcwang@users.noreply.github.com> (cherry picked from commit 7f73d18ecd2b1cf63485f3c268456ba0c775b961) Co-authored-by: Megan Wachs <megan@sifive.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index a68ba261..d1d42b83 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,7 @@ Chisel is powered by [FIRRTL (Flexible Intermediate Representation for RTL)](htt
* [Chisel3 Architecture Overview](#chisel3-architecture-overview)
* [Chisel Sub-Projects](#chisel-sub-projects)
* [Which version should I use?](#which-version-should-i-use)
+ * [Chisel Roadmap](#roadmap)
---
@@ -388,3 +389,7 @@ If you're developing a Chisel library (or `chisel3` itself), you'll probably wan
By default, the master branches of the chisel repositories are configured to build and publish their version of the code as `Z.Y-SNAPSHOT`.
Updated SNAPSHOTs are publised on every push to master.
You are encouraged to do your development against the latest SNAPSHOT, but note that neither API nor ABI compatibility is guaranteed so your code may break at any time.
+
+### Roadmap
+
+See [ROADMAP.md].