This website requires JavaScript.
Explore
Help
Sign In
riscv
/
rocket-chip
Watch
1
Star
0
Fork
0
You've already forked rocket-chip
Code
Releases
Activity
rocket-chip
/
groundtest
/
src
/
main
/
scala
History
Howard Mao
af3bc1cb79
don't use ROM for partial writemask regression
2016-03-25 14:06:06 -07:00
..
cachetest.scala
add DMA test
2015-12-16 21:26:22 -08:00
dmatest.scala
pass CSRs through to ground test and get DMA tests working again
2016-03-22 20:18:02 -07:00
generator.scala
Work around Chisel3's lack of 0-width wires
2016-03-14 22:50:37 -07:00
nastitest.scala
add test for NASTI to TL converter
2016-02-10 11:07:37 -08:00
regression.scala
don't use ROM for partial writemask regression
2016-03-25 14:06:06 -07:00
tile.scala
pass CSRs through to ground test and get DMA tests working again
2016-03-22 20:18:02 -07:00
tracegen.scala
Updates to the trace-generator: (1) Don't terminate via HTIF exit, which can cause other, unfinished, cores to be cut short. Instead emit FINISHED messsages allowing an external process to send a SIGTERM to the emulator once all cores have finished. (2) Add some support for greater address variation without having to recompile, disabled by default. (3) Generate atomic, LR/SC, and fence operations by default in addition to plain loads and stores. These changes require newer versions of files in the rocket-chip/scripts directory. I will submit a pull request for those too.
2016-03-18 12:11:11 +00:00
unittest.scala
add NastiIOHostIO converter test
2016-02-19 11:21:53 -08:00
util.scala
Avoid conflicting assigments to registers in timers. Give priority to start over stop.
2016-03-16 12:54:19 -07:00