1. Oct 24, 2018
  2. Oct 19, 2018
  3. 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
  4. 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
  5. Jan 11, 2018
  6. Oct 24, 2017
  7. 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
  8. Jul 18, 2017
  9. Jul 08, 2017
  10. May 18, 2017
  11. Apr 26, 2017
  12. Apr 12, 2017
  13. Mar 02, 2017
  14. Feb 09, 2017
  15. Nov 29, 2016
  16. Nov 24, 2016
  17. Oct 28, 2016
  18. Sep 13, 2016
  19. Aug 20, 2016
  20. Aug 16, 2016
    • Andrew Waterman's avatar
      Write test harness in Chisel · ed827678
      Andrew Waterman authored
      This is an unavoidably invasive commit, because it affects the unit tests
      (which formerly exited using stop()), the test harness Verilog generator
      (since it is no longer necessary), and the DRAM model (since it is no
      longer connected).  However, this should substantially reduce the effort
      of building test harnesses in the future, since manual or semi-automatic
      Verilog writing should no longer be necessary.  Furthermore, there is now
      very little duplication of effort between the Verilator and VCS test
      harnesses.
      
      This commit removes support for DRAMsim, which is a bit of an unfortunate
      consequence.  The main blocker is the lack of Verilog parameterization for
      BlackBox.  It would be straightforward to revive DRAMsim once support for
      that feature is added to Chisel and FIRRTL.  But that might not even be
      necessary, as we move towards synthesizable DRAM models and FAME-1
      transformations.
      ed827678
  21. Aug 10, 2016
  22. Jul 30, 2016
    • mwachs5's avatar
      Update README.md · 44652604
      mwachs5 authored
      - List things that are no longer submodules as subpackages instead
      - clean up some formatting issues
      44652604
  23. Jul 11, 2016
  24. Jun 29, 2016
  25. Jun 24, 2016
    • Andrew Waterman's avatar
      Purge legacy HTIF things · 568bfa6c
      Andrew Waterman authored
      The SCR file is gone, too, because it was tightly coupled.  The
      general concept could be revived as a module that somehow connects
      to the debug module.
      568bfa6c
  26. Jun 09, 2016
    • Scott Johnson's avatar
      grammar · 73ed4ea0
      Scott Johnson authored
      English major I'm not, but my sister was and she says 'who' is correct here
      73ed4ea0
  27. May 26, 2016
  28. May 11, 2016
    • Christopher Celio's avatar
      Update README.md · 3fe00ce3
      Christopher Celio authored
      - Removed instruction to checkout riscv-tests (as they are now globally installed when building the riscv-tools).
      - Clarified the riscv-tools set-up information to clarify that the rocket-chip/riscv-tools is the version to build.
      3fe00ce3
  29. Apr 28, 2016
  30. Apr 20, 2016
  31. Sep 03, 2015
  32. Aug 27, 2015
  33. Aug 26, 2015
  34. Jul 28, 2015
  35. Jul 16, 2015
  36. Feb 18, 2015
  37. Oct 08, 2014
  38. Oct 07, 2014