summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2023-06-29Update readmeHEADmasterAditya Naik
2022-10-25Publish an Initial Roadmap (#2804) (#2810)mergify[bot]
* 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>
2022-10-13Bump to Scala 2.13.10 (backport #2774) (#2775)mergify[bot]
* 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>
2022-09-06Update video links for CCC 2022 (#2725) (#2726)mergify[bot]
(cherry picked from commit 248daa5ffcfb31a74186f6352c953901d570b393) Co-authored-by: Jiuyang Liu <liu@jiuyang.me>
2022-08-24CCC 2022 (#2698) (#2699)mergify[bot]
(cherry picked from commit 78265e180c7ce6c3036d10aacca2d387224ea696) Co-authored-by: Jiuyang Liu <liu@jiuyang.me>
2022-08-01Remove Tuesday from Dev Meeting in README (#2653) (#2654)mergify[bot]
We no longer meet on Tuesdays, only Mondays. (cherry picked from commit 28c79fd4b4a0948aa6122f88c56d729b5240ab62) Co-authored-by: Jack Koenig <koenig@sifive.com>
2022-06-22README: fix link to contributing.md (#2596) (#2600)mergify[bot]
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>
2022-06-22Replace verilog code with pre-formatted HTML to avoid breaking website ↵mergify[bot]
(#2593) (#2599) (cherry picked from commit 6ecf4d39d413a7d955a8b358cb34685aaefed1a2) Co-authored-by: Carlos Eduardo <me@carlosedp.com>
2022-06-21Make readme friendlier to beginners (backport #2586) (#2590)mergify[bot]
* 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>
2022-01-12Update README and PR template for 3.5.0 release (#2339) (#2342)mergify[bot]
(cherry picked from commit d6710acbb969d0608693cb53142ea485062771d2) Co-authored-by: Jack Koenig <koenig@sifive.com>
2021-12-21Update README for 3.5.0-RC2 (#2317)Jack Koenig
2021-12-01Require the chisel3 compiler plugin (#2271)Jack Koenig
As the chisel3 compiler plugin is now required, we can delete unused code for reflective autoclonetype as well as the noPluginTests.
2021-12-01Update REAMDE instructions for building projects (#2270)Jack Koenig
Include plugin in instructions since it will be required in 3.5. Also make sure the example actually works.
2021-10-21Add Scastie links (#2185) (#2189)Desire Kaleba
* add scastie links (#2185) * add scastie version (#2185) Co-authored-by: Megan Wachs <megan@sifive.com>
2021-10-21Create CONTRIBUTING.md (#2191)Abongwa Bonalais
* 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>
2021-10-10Update developer documentation in README (#2160)Jack Koenig
2021-08-30FIx firrtl typo in README versioning section (#2097)Megan Wachs
2021-07-27Clarify test dependencies in README, add noplugin (#2053)Megan Wachs
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,
2021-07-22MovingAverage3 => MovingSum3 (#2050)Jack Koenig
The example in the README is a sum, not an average.
2021-06-29updated readme to mention verilator dependency (#1984)anniej-sifive
* 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>
2021-06-28CCC update (#1982)Jiuyang Liu
2021-06-28Add link to Chisel Breakdown slides to README (#1979)Jack Koenig
2021-06-23CCC info update (#1969)Jiuyang Liu
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-06-21Switch to Github Actions CI Badge (#1967)Jack Koenig
2021-06-14explain sub-projects in README (#1962)Deborah Soung
* explain sub-projects * Update README.md Co-authored-by: Megan Wachs <megan@sifive.com> Co-authored-by: Megan Wachs <megan@sifive.com>
2021-06-02CCC schedule update (#1947)Jiuyang Liu
2021-04-26Fix Gitter link in README (#1879)Jack Koenig
2021-04-21Add a link to the Chisel book (#1872)Martin Schoeberl
2021-04-15update CCC2021 info (#1861)Jiuyang Liu
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-04-01Fix Gitter chat room link (#1848)XinJun Ma
2021-03-27CCC 2021 placeholder (#1794)Jiuyang Liu
* Add CCC2021 info * Update README.md * Update README.md
2021-03-18Reorganize website docs (#1806)Megan Wachs
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
2021-01-06Update meeting url (#1716)Jiuyang Liu
2020-12-02readme: simplify sbt snippet and update to the latest stable release (#1686)Kevin Laeufer
2020-11-24Update some README links to chipsalliance (#1673)Jack Koenig
2020-10-26Fixed broken link to type hierarchy diagram (#1611)PENGUINLIONG
Co-authored-by: Schuyler Eldridge <schuyler.eldridge@sifive.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-09-04Better Building of FIRRTL From Source (#1563)Jack Koenig
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
2020-08-27Update README.md (#1570)Martin Schoeberl
A quick fix for the developer's confusion
2020-08-21Added website docs and mdoc. (#1560)Adam Izraelevitz
* 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>
2020-07-29Update build instructions in README (#1524)Josh Bassett
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
2020-07-13Update Development Meetings info (#1511)Jack Koenig
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-05-04README: add link to website source (#1420)Megan Wachs
2020-03-24Update README.md to reference ChiselStageSchuyler Eldridge
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
2020-02-19Upcoming Events: Remove CCC, add Dev Meetings (#1345)Schuyler Eldridge
* 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>
2020-02-08README: have a link to the classic tutorial (#1325)Martin Schoeberl
2019-11-29Update README to reflect CCC20 ExtensionSchuyler Eldridge
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
2019-11-21Add CCC20 Info at README top (#1243)Schuyler Eldridge
* 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>
2019-11-12Add brief description of (current) chisel versioning and version ↵Jim Lawson
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.
2019-09-26More README.md fixesSchuyler Eldridge
- 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>
2019-09-25Use raw link for FIR filterSchuyler Eldridge
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>