c9e1b72972Don't assign SInt(-1) to a UInt
Palmer Dabbelt
2016-03-14 16:53:55 -0700
3b0e87f42apass CSRs through to ground test and get DMA tests working again
Howard Mao
2016-03-22 20:00:28 -0700
7b7e954133make sure DummyPTW does not invalidate the TLB
Howard Mao
2016-03-22 19:59:58 -0700
6da45e7f26Trace generator: updates and additions to the scripts directory.
Matthew Naylor
2016-03-18 12:24:12 +0000
aa22f175c3Add cloneType methods for Chisel3
Palmer Dabbelt
2016-03-14 14:12:21 -0700
c989ec5813Fix the SCR file for Chisel 3
Palmer Dabbelt
2016-03-05 17:20:25 -0800
1344d09cefFix the SCR file for Chisel 3
Palmer Dabbelt
2016-03-05 17:20:54 -0800
bda5772e98Updates 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.
Matthew Naylor
2016-03-18 12:11:11 +0000
c13b8d243dBroadcastHub race on allocating VolWBs vs Acquires
Henry Cook
2016-03-17 18:32:35 -0700
5f3d3a0b2dBugfix for probe flags in L2BroadcastHub
Henry Cook
2016-03-17 16:42:40 -0700
49d82864bfFix StoreDataQueue allocation bug in BroadcastHub
Henry Cook
2016-03-17 12:31:18 -0700
b5992186dfinclude top-level makefrag in regressions
Colin Schmidt
2016-03-16 15:09:42 -0700
e90a9dfb2bmake taking max of multiple integers in config a bit easier
Howard Mao
2016-03-16 14:21:47 -0700
4fc2a14a63Fix MIF bug that cuts off upper xact id bits
Eric Love
2016-03-11 16:59:24 -0800
8a47c3f346Make sure there's enough xact id bits
Eric Love
2016-03-11 16:54:56 -0800
04be438847Avoid conflicting assigments to registers in timers. Give priority to start over stop.
Matthew Naylor
2016-03-10 12:50:03 +0000
137b77d780Merge pull request #4 from ucb-bar/chisel3
Andrew Waterman
2016-03-15 17:30:34 -0700
50f61687deWork around Chisel3's lack of 0-width wires
Palmer Dabbelt
2016-03-14 13:12:43 -0700
9dc0cbdfa4WIP on privileged spec v1.9
Andrew Waterman
2016-03-14 18:03:33 -0700
13dcb96b7fUpdate TLB interface
Andrew Waterman
2016-03-14 17:55:19 -0700
648437e7cbMerge pull request #70 from ucb-bar/add-rv32-support
Andrew Waterman
2016-03-14 17:06:39 -0700
db09f310a1Define MIFMasterTagBits as # bits a master can *use* in tag
Eric Love
2016-03-11 16:48:13 -0800
f2ded2721dMerge branch 'master' into add-rv32-support
Andrew Waterman
2016-03-10 19:33:04 -0800
25091003afAdd RV32 test/configuration options
Andrew Waterman
2016-03-10 17:40:21 -0800
67e711844aindex extraction bug
Henry Cook
2016-03-10 17:35:22 -0800
e2185d40f6Avoid right-shift by larger that the bit width
Palmer Dabbelt
2016-03-06 16:32:59 -0800
a0f3189c74Change MIF_DATA_BITS back to 64
Palmer Dabbelt
2016-02-27 11:41:28 -0800
9ea8c4e781Add an 8-channel backup memory port config
Palmer Dabbelt
2016-02-26 01:33:25 -0800
7319f430d0Fix the backup memory port on multiple-channel configs
Palmer Dabbelt
2016-02-27 10:35:22 -0800
7c0c48fac4Resurrect the backup memory port
Palmer Dabbelt
2016-02-26 01:29:38 -0800
68a49c7700fetch rocketchip_addons during regression submodule step
Colin Schmidt
2016-02-26 11:05:41 -0800
8c73d10fe1Support SCR address generation with __OFFSET at the end
Palmer Dabbelt
2016-02-25 21:57:37 -0800
ebffd69b8eProvide both __OFFSET and __PADDR for SCR entries
Palmer Dabbelt
2016-02-25 21:48:32 -0800
640204b221Merge pull request #66 from ucb-bar/rocc-ptw-refactoring
Andrew Waterman
2016-02-25 18:01:01 -0800
091782ad27Merge pull request #29 from ucb-bar/rocc-ptw-refactoring
Andrew Waterman
2016-02-25 17:57:22 -0800
a2381d2fafRoCC PTW refactoring
Yunsup Lee
2016-02-24 22:52:02 -0800
15ac4d317fRoCC PTW refactoring
Yunsup Lee
2016-02-24 22:39:00 -0800
ef4915bd2cmake the asm suites ordered by their insertion order
Colin Schmidt
2016-02-24 15:23:37 -0800
ad81d95751add run-asm-{p,pt,v}-tests targets for convenience
Colin Schmidt
2016-02-24 15:04:13 -0800
b04cd545b6pass base SCR address to SCRFile for address calculation
John Wright
2016-02-22 20:17:33 -0800
19420cd5dfadd utility overloads of SCRIO.attach, pass base address so that generated c header is correct, and print debug messages/header in hex instead of decimal
John Wright
2016-02-22 20:15:57 -0800
8a877fa620Add Matthew Naylor's trace generator and AXE scripts
Howard Mao
2016-02-22 10:04:38 -0800
8c02cb09casome additions to Travis and fixes for Testing
Howard Mao
2016-02-23 16:56:13 -0800