aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2023-03-15Update README for maintenance modeJack Koenig
2022-05-27Update README Prerequisites (#2525)Jack Koenig
* Fix Yosys link * Update SBT version
2022-03-14Add Spec source link to the README (#2493)Megan Wachs
Before it would just download another copy of the PDF every time I wanted to go visit the spec repo.
2022-03-05[spec] Change README to point at latest spec PDF (#2489)Schuyler Eldridge
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
2022-03-04[spec] Remove FIRRTL Specification (#2488)Schuyler Eldridge
This removes the FIRRTL specification as this now lives in its own repository: https://github.com/chipsalliance/firrtl-spec All git history (excluding binary updates to spec.pdf) have been migrated to the new repository. Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
2021-03-30Update README.md (#2164)Jack Koenig
2020-12-07Fix Mergify badge in README (#1974)Jack Koenig
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-07-16Add Expression Fuzzer (#1741)Albert Chen
Includes: * Random generator of FIRRTL Expressions (UInt and SInt types) * JQF SBT plugin and CLI * Documentation in README.md Co-authored-by: Jack Koenig <koenig@sifive.com>
2020-05-05add Firrtl plugin info for intellij platform (#1547)XinJun Ma
2019-09-25Add explicit hline instead of phantom h1 (#1189)Schuyler Eldridge
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
2019-07-17Fix custom transform example for Stage/PhaseSchuyler Eldridge
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
2019-07-17Add Yosys 0.8 as prerequisite (sbt test needs it)Schuyler Eldridge
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
2019-06-18Use scalafix to remove unused import and deprecated procedure syntax (#1074)Leway Colin
* Add sbt-scalafix * Add scalafix guide to README * Remove Unused Import * Remove deprecated procedure syntax
2019-03-05Advertise FIRRTL grammar support in AtomJean Bruant
2019-02-21Added mergify badge to README (#1027)Adam Izraelevitz
2018-12-25Update documentation linksEdward Wang
2018-11-13Add FIRRTL logo to repo and README (#938)Albert Magyar
2018-11-05Update commandline `sbt publishLocal` (#931)Haifeng Gu
With the newest version of SBT, the commandline `sbt publish-local` should be changed to `sbt publishLocal`.
2018-10-16Added reference to ICCAD paper (#915)Adam Izraelevitz
2018-08-03add link to repo for firrtl syntax highlighting in sublime text 3kritik bhimani
2018-06-10ucb-bar -> freechipsproject in clone instructionLeonard (Lenny) Truong
2018-03-19Update README.md (#761)Albert Magyar
2018-03-15Improve section heading (#762)edwardcwang
2018-01-17Add firrtl-mode to README.md (#730)Schuyler Eldridge
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
2018-01-09Update README.mdAdam Izraelevitz
2017-09-30Update README.md to link tech report (#550)Adam Izraelevitz
2017-06-08Update travis button for new organization (#602)Colin Schmidt
2017-03-15Update readme with links to wiki (#493)Adam Izraelevitz
2017-03-14Fixed README tutorial linkAdam Izraelevitz
2017-03-14Added lesson2Adam Izraelevitz
2017-03-10Tweak git clone commandEdward Wang
HTTPS clone is with .git; cd only with no error.
2017-03-10Changed custom transform option and help textAdam Izraelevitz
2017-03-10Added comments and section in READMEAdam Izraelevitz
2016-12-13Update installation instructions with sbt publish-local. (#393)Jim Lawson
Also, delete run regression part of Installation since `sbt test` does that anyway
2016-12-05Update README.md (#395)Jack Koenig
Capitalize Firrtl and add Travis build status
2016-11-15Add firrtl-syntax link for vim users (#376)Adam Izraelevitz
2016-09-26Update installation doc regarding #315 (#317)muojp
2016-09-25Update README.mdAdam Izraelevitz
2016-08-15Update README.mdAdam Izraelevitz
Added help string #234
2016-08-15Update README.mdAdam Izraelevitz
2016-08-15Remove stanza (#231)Adam Izraelevitz
* Removed stanza implementation/tests. In the future we can move the stanza tests over, but for now they should be deleted. * Added back integration .fir files * Added Makefile to give Travis hooks * Added firrtl script (was ignored before)
2016-02-09Updated Readmeazidar
2016-01-16Default platform-agnostic, ignore platform-specific FileCheckducky
2016-01-16Update README with better Linux and Scala instructionsducky
2015-10-27Merge branch 'master' of github.com:ucb-bar/firrtlazidar
Conflicts: Makefile
2015-10-19Merge pull request #47 from jackkoenig/masterAdam Izraelevitz
Updated Scala FIRRTL with Testing and Infer-Types Pass
2015-10-14Updated Makefile and README to be more friendly to Scala implementationJack
2015-10-08Install Stanza as a dependency of anything that uses itPalmer Dabbelt
This way I don't have to type "make install-linux" whenever a new Stanza zip drops.
2015-10-06Merge branch 'master' of github.com:ucb-bar/firrtlazidar
Conflicts: README.md
2015-10-06Fix readme for install-linuxducky