1. Jan 16, 2024
  2. Jan 10, 2024
  3. Sep 27, 2023
  4. Mar 15, 2023
  5. Feb 16, 2023
  6. Jan 26, 2023
  7. Mar 18, 2022
  8. Nov 25, 2020
  9. Nov 10, 2020
  10. Oct 13, 2020
  11. Oct 06, 2020
    • Jack Koenig's avatar
      Update to Chisel 3.4.0 and FIRRTL 1.4.0 · e86f144d
      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.
      e86f144d
  12. Oct 01, 2020
  13. Aug 28, 2020
  14. Apr 07, 2020
  15. Mar 18, 2020
  16. Mar 11, 2020
  17. Mar 07, 2020
  18. Feb 12, 2020
  19. Dec 04, 2019
  20. Oct 10, 2019
  21. Aug 28, 2019
  22. Apr 04, 2019
  23. Dec 06, 2018
  24. Nov 15, 2018
  25. Nov 02, 2018
  26. Oct 24, 2018
  27. Oct 19, 2018
  28. Jun 05, 2018
    • Sequencer's avatar
      documentation fix (#1460) · aa5d6336
      Sequencer authored
      
      src/main/scala/rocketchip/Configs.scala should be src/main/scala/subsystem/Configs.scala now
      aa5d6336
  29. May 17, 2018
    • Noureddine Ait Said's avatar
      Documenting emulator debugging process with GDB (#1415) · 3306967e
      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
      3306967e
  30. Jan 11, 2018
  31. Oct 24, 2017
  32. Jul 23, 2017
    • Henry Cook's avatar
      Combine Coreplex and System Module Hierarchies (#875) · 01ca3efc
      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
      01ca3efc
  33. Jul 18, 2017
  34. Jul 08, 2017
  35. May 18, 2017
  36. Apr 26, 2017
  37. Apr 12, 2017
  38. Mar 02, 2017
  39. Feb 09, 2017