- Jan 16, 2024
-
-
Ricardo Menotti authored
fixing tech report broken link
-
- Jan 10, 2024
-
-
Letu Ren authored
-
- Sep 27, 2023
-
-
Jerry Zhao authored
* Remove vsim/emulator flows, add simple make verilog flowx * Remove unnecessary dependencies from Makefile' (cherry picked from commit 4a1715eb)
-
- Mar 15, 2023
-
-
Sprite authored
-
- Feb 16, 2023
-
-
Jiuyang Liu authored
-
- Jan 26, 2023
-
-
Jiuyang Liu authored
-
- Mar 18, 2022
-
-
Jack Koenig authored
-
Richard Xia authored
-
- Nov 25, 2020
-
-
Stefan Steinegger authored
-
- Nov 10, 2020
-
-
Jiuyang Liu authored
related to #2670
-
- Oct 13, 2020
-
-
Megan Wachs authored
-
- Oct 06, 2020
-
-
Jack Koenig authored
Use sbt-sriracha for fully SBT-managed source dependencies. They are also toggleable via JVM System Properties: sbt.sourcemode and sbt.workspace. Update Makefiles and build rocketchip fat jar. Support switching between source and published chisel3 and firrtl, test in CI. Document this flow for bumping and describe impact of this flow on IDE use.
-
- Oct 01, 2020
-
-
Richard Xia authored
-
- Aug 28, 2020
-
-
Henry Cook authored
-
- Apr 07, 2020
-
-
Deborah Soung authored
* Restoring staged generator PRs (Reverting #2329) This reverts commit e170f8f8. * bumping chisel 3.2.x
-
- Mar 18, 2020
-
-
Jack Koenig authored
Mainly to mention that chisel3 and firrtl should only be bumped to stable branches Co-authored-by:Megan Wachs <megan@sifive.com>
-
- Mar 11, 2020
-
-
Deborah Soung authored
* Revert "updating README examples with Make changes (#2322)" This reverts commit 875dcd3e. * Revert "fixing aspect generation (#2309)" This reverts commit bbeb2578. * Revert "separate generator behavior into phases (#2274)" This reverts commit 9d997506.
-
- Mar 07, 2020
-
-
Deborah Soung authored
-
- Feb 12, 2020
-
-
dkohlbre authored
Correct link to diplomacy carvv paper.
-
- Dec 04, 2019
-
-
Frederick HONG authored
It is the correct config filename. Clearer this way.
-
- Oct 10, 2019
-
-
Henry Cook authored
-
- Aug 28, 2019
-
-
John Wright authored
-
- Apr 04, 2019
-
-
Andrew Waterman authored
-
- Dec 06, 2018
-
-
Michael Maloney authored
-
- Nov 15, 2018
-
-
Wesley W. Terpstra authored
makefile rules to checkout and build using this hash.
-
- Nov 02, 2018
-
-
Boran Car authored
This saves time and links to the blog for newcomers who keep banging their head against the wall when they can't compile custom example programs.
-
- Oct 24, 2018
-
-
Paul Rigge authored
-
- Oct 19, 2018
-
-
Paul Rigge authored
fpga-zynq is now deprecated, move reference to sifive/freedom.
-
- Jun 05, 2018
-
-
Sequencer authored
src/main/scala/rocketchip/Configs.scala should be src/main/scala/subsystem/Configs.scala now
-
- May 17, 2018
-
-
Noureddine Ait Said authored
* Added emulator debugging with GDB documentation This documents the process of debugging RISC-V programs against the GNU debugger with OpenOCD. https://github.com/freechipsproject/rocket-chip/issues/1339 * Review 1 by Megan. review 1 * The executable arg is a dummy arg when using RBB emulator * testing programs on emulator + reducing size ideas + Pointed out that {more size --> more execution time} and a solution. + Separated simple programs execution and testing (step 2) of program debugging (step 3): To illustrate the fact that custom programs can be run on the emulator too not only the benchmarks. * typo minor change * Modifications Added an example command of VCD output + log file generation Rearranged VCD size idea into the part where I talk about executing/testing Cleaned redundancies
-
- Jan 11, 2018
-
-
Jordan Danford authored
-
- Oct 24, 2017
-
-
Megan Wachs authored
-
- Jul 23, 2017
-
-
Henry Cook authored
* coreplex collapse: peripherals now in coreplex * coreplex: better factoring of TLBusWrapper attachement points * diplomacy: allow monitorless :*= and :=* * rocket: don't connect monitors to tile tim slave ports * rename chip package to system * coreplex: only sbus has a splitter * TLFragmenter: Continuing my spot battles on requires without explanatory strings * pbus: toFixedWidthSingleBeatSlave * tilelink: more verbose requires * use the new system package for regression * sbus: add more explicit FIFO attachment points * delete leftover top-level utils * cleanup ResetVector and RTC
-
- Jul 18, 2017
-
-
Colin Schmidt authored
also update list of files expected to be seen in generated-src
-
- Jul 08, 2017
-
-
Henry Cook authored
* Refactors package hierarchy. Additionally: - Removes legacy ground tests and configs - Removes legacy bus protocol implementations - Removes NTiles - Adds devices package - Adds more functions to util package
-
- May 18, 2017
-
-
Henry Cook authored
-
- Apr 26, 2017
-
-
Megan Wachs authored
As pointed out, if we just point to 'master' branch, then people wouldn't get the correct list of dependencies.
-
- Apr 12, 2017
-
-
Megan Wachs authored
Tell people where to look to find package dependency information
-
- Mar 02, 2017
-
-
edwardcwang authored
Make it easier to build riscv-tools faster on multicore machines
-
- Feb 09, 2017
-
-
Edward Wang authored
As per https://github.com/ucb-bar/rocket-chip/pull/507
-