| Age | Commit message (Collapse) | Author |
|
|
|
* 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>
|
|
* Bump to Scala 2.13.10 (#2774)
2.13.9 has a binary compatibility regression so should be avoided.
(cherry picked from commit c53265d6853728280b6bc01b001415166515c79a)
# Conflicts:
# .github/workflows/test.yml
* Fix backport conflicts
* Fix scalaVersion in README
* Waive binary compatibility check for plugin for 2.13.10
3.5.4 is published for 2.13.10 so we cannot check binary compatibility
for it.
Co-authored-by: Jack Koenig <koenig@sifive.com>
|
|
(cherry picked from commit 248daa5ffcfb31a74186f6352c953901d570b393)
Co-authored-by: Jiuyang Liu <liu@jiuyang.me>
|
|
(cherry picked from commit 78265e180c7ce6c3036d10aacca2d387224ea696)
Co-authored-by: Jiuyang Liu <liu@jiuyang.me>
|
|
We no longer meet on Tuesdays, only Mondays.
(cherry picked from commit 28c79fd4b4a0948aa6122f88c56d729b5240ab62)
Co-authored-by: Jack Koenig <koenig@sifive.com>
|
|
Co-authored-by: Megan Wachs <megan@sifive.com>
(cherry picked from commit 4da410e09263ac6cdafce63858ee2f4c552e914f)
Co-authored-by: Michael Etzkorn 叶明凯 <34870910+metzkorn@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
|
(#2593) (#2599)
(cherry picked from commit 6ecf4d39d413a7d955a8b358cb34685aaefed1a2)
Co-authored-by: Carlos Eduardo <me@carlosedp.com>
|
|
* Make readme friendlier to beginners (#2586)
(cherry picked from commit 773d2d675dd0c1697b8daeab67755834c0a9c735)
# Conflicts:
# README.md
* Resolve backport conflicts
Co-authored-by: Carlos Eduardo <me@carlosedp.com>
Co-authored-by: Jack Koenig <koenig@sifive.com>
|
|
(cherry picked from commit d6710acbb969d0608693cb53142ea485062771d2)
Co-authored-by: Jack Koenig <koenig@sifive.com>
|
|
|
|
As the chisel3 compiler plugin is now required, we can delete unused
code for reflective autoclonetype as well as the noPluginTests.
|
|
Include plugin in instructions since it will be required in 3.5.
Also make sure the example actually works.
|
|
* add scastie links (#2185)
* add scastie version (#2185)
Co-authored-by: Megan Wachs <megan@sifive.com>
|
|
* Create CONTRIBUTING.md
* Update README.md
Added guide for new contributors
* Update CONTRIBUTING.md
Co-authored-by: Megan Wachs <megan@sifive.com>
* Update CONTRIBUTING.md
Co-authored-by: Megan Wachs <megan@sifive.com>
* Update README.md
Co-authored-by: Megan Wachs <megan@sifive.com>
* Update CONTRIBUTING.md
Co-authored-by: Megan Wachs <megan@sifive.com>
* Update CONTRIBUTING.md
Co-authored-by: Megan Wachs <megan@sifive.com>
* Update CONTRIBUTING.md
Co-authored-by: Megan Wachs <megan@sifive.com>
* Update README.md
updated link to CONTRIBUTING.md
* Update README.md
updated link to CONTRIBUTING.md
* Update README.md
* Update README.md
Co-authored-by: Megan Wachs <megan@sifive.com>
* Update README.md
Reposition contributing guide
* Update CONTRIBUTING.md
removed verilog guide
Co-authored-by: Megan Wachs <megan@sifive.com>
* Update README.md
Added verilog tutorial link to useful resources area.
Co-authored-by: Megan Wachs <megan@sifive.com>
|
|
|
|
|
|
There are now more tool dependecies than just `verilator` to get the full test suite to pass. Also add instructions for running the tests without the compiler plugin,
|
|
The example in the README is a sum, not an average.
|
|
* added to readme
* Update README.md
Co-authored-by: Jack Koenig <jack.koenig3@gmail.com>
Co-authored-by: Jack Koenig <jack.koenig3@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
|
|
|
|
|
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
|
|
|
* explain sub-projects
* Update README.md
Co-authored-by: Megan Wachs <megan@sifive.com>
Co-authored-by: Megan Wachs <megan@sifive.com>
|
|
|
|
|
|
|
|
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
|
|
|
* Add CCC2021 info
* Update README.md
* Update README.md
|
|
Updates to chisel3 documentation for website:
* guard code examples with mdoc and fix errors encountered along the way
* move some website content here vs splitting the content across two repos
* Bring in the interval-types and loading memories content so that it will be visible from the website
* remove all references to the wiki (deprecated)
* Remove reference to Wiki from the README
* fix tabbing and compile of chisel3-vs-chisel2 section
* Appendix: faqs now guarded and compile
* FAQs: move to resources section
|
|
|
|
|
|
|
|
Co-authored-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
|
Using JVM system properties sbt.sourcemode and sbt.workspace, one can now
easily build chisel3 with firrtl from source
Example use:
Assuming firrtl is cloned into the chisel3 root directory:
$ sbt -Dsbt.sourcemode=true -Dsbt.workspace=$PWD
Alternatively, one can set these properties in .sbtopts which can then
be committed, enabling building from source by default
|
|
A quick fix for the developer's confusion
|
|
* Added website docs and mdoc. Removed all warnings
* Updated README and added build to circle ci
* Added how to build documentation, deprecated wiki
* Fix copypasta
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
|
The instructions for building Chisel locally didn't include anything about firrtl or treadle.
The steps are:
1. publishLocal current working copy of FIRRTL
2. publishLocal current working copy of Treadle
3. sbt test in chisel3
|
|
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
|
|
|
|
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
|
|
* Remove CCC Upcoming Event
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
* Add developer meetings as upcoming events
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
|
|
|
|
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
|
|
* Add CCC20 Info at README top
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
* Add Upcoming Events h2 Heading to README.md
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
|
|
recommendations. (#1180)
* Add brief description of (current) chisel versioning and version recommendations.
* Respond to comments.
Replace "semantic versioning" with "a form of semantic versioning".
* Respond to comments - replace mmddyy with yyyymmdd.
* Mention change in SNAPSHOT naming.
|
|
- Scaladoc for "latest" is 2.11, so use a 2.11-style link
- Use full path for SETUP.md
- Switch migration guide to point to website version over wiki
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
|
|
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
|