Andrew Waterman [Wed, 11 Sep 2013 10:12:11 +0000 (03:12 -0700)]
Implement zany immediates
Andrew Waterman [Tue, 10 Sep 2013 09:07:08 +0000 (02:07 -0700)]
Don't tick HTIF as often
Andrew Waterman [Tue, 10 Sep 2013 09:06:56 +0000 (02:06 -0700)]
Add rd field to JAL; drop J
Andrew Waterman [Sun, 18 Aug 2013 11:14:16 +0000 (04:14 -0700)]
Renumber PCRs
Andrew Waterman [Tue, 13 Aug 2013 07:54:21 +0000 (00:54 -0700)]
Add test program for dummy rocc
Should move this elsewhere
Andrew Waterman [Tue, 13 Aug 2013 07:51:07 +0000 (00:51 -0700)]
Implement RoCC and add a dummy RoCC
Enable it with --extension=dummy
Andrew Waterman [Mon, 12 Aug 2013 02:10:51 +0000 (19:10 -0700)]
Instructions are no longer member functions
Andrew Waterman [Thu, 8 Aug 2013 03:13:33 +0000 (20:13 -0700)]
Ignore JALR's effective address LSB
Andrew Waterman [Wed, 7 Aug 2013 01:00:30 +0000 (18:00 -0700)]
Disentangle some header files
Andrew Waterman [Wed, 7 Aug 2013 01:00:18 +0000 (18:00 -0700)]
Rename MTFSR/MFFSR to FSSR/FRSR
Andrew Waterman [Wed, 7 Aug 2013 00:59:48 +0000 (17:59 -0700)]
Swap J and JALR encoding
Quan Nguyen [Thu, 1 Aug 2013 04:33:25 +0000 (21:33 -0700)]
Fix eret (again)
* Set SR_S if SR_PS is set, not the other way around
(that is, set SR_S if SR_PS is not set).
Andrew Waterman [Wed, 31 Jul 2013 20:37:33 +0000 (13:37 -0700)]
Fix dumb ERET bug
Andrew Waterman [Mon, 29 Jul 2013 02:46:18 +0000 (19:46 -0700)]
Don't flush TLB on PTBR writes (only FATC)
Andrew Waterman [Sat, 27 Jul 2013 03:25:18 +0000 (20:25 -0700)]
New supervisor mode
Andrew Waterman [Sat, 27 Jul 2013 01:12:36 +0000 (18:12 -0700)]
Remove more vector stuff
Andrew Waterman [Sat, 27 Jul 2013 00:44:11 +0000 (17:44 -0700)]
Rename MFTX/MXTF to FMV
Andrew Waterman [Fri, 26 Jul 2013 11:39:25 +0000 (04:39 -0700)]
Rip out Hwacha for now
Andrew Waterman [Fri, 26 Jul 2013 11:15:57 +0000 (04:15 -0700)]
Rip out RVC for now
Andrew Waterman [Fri, 26 Jul 2013 10:34:51 +0000 (03:34 -0700)]
Generate instruction decoder dynamically
This will make it easier for accelerators to add instructions.
Andrew Waterman [Thu, 25 Jul 2013 23:13:08 +0000 (16:13 -0700)]
Remove JALR static hints
Andrew Waterman [Tue, 23 Jul 2013 01:45:45 +0000 (18:45 -0700)]
Kill spike when xspike is SIGINTed
Andrew Waterman [Mon, 22 Jul 2013 21:52:51 +0000 (14:52 -0700)]
Don't use stdout for debugging
Andrew Waterman [Mon, 22 Jul 2013 21:48:54 +0000 (14:48 -0700)]
Add xspike program
Andrew Waterman [Sat, 20 Jul 2013 01:12:50 +0000 (18:12 -0700)]
Use calloc to allocate target memory
It just calls mmap under the hood, anyway...
Andrew Waterman [Sat, 13 Jul 2013 01:42:27 +0000 (18:42 -0700)]
Eliminate infinite loop in debug mode
Andrew Waterman [Sat, 13 Jul 2013 01:23:05 +0000 (18:23 -0700)]
Exit cleanly from debug console
Andrew Waterman [Sat, 13 Jul 2013 01:22:25 +0000 (18:22 -0700)]
Favor procs.size() over num_cores()
Andrew Waterman [Sat, 13 Jul 2013 01:20:16 +0000 (18:20 -0700)]
Fix SR_U64 bit being ignored
Andrew Waterman [Mon, 3 Jun 2013 05:14:19 +0000 (22:14 -0700)]
make spike.o correctly depend on dispatch.h
Andrew Waterman [Mon, 3 Jun 2013 02:01:57 +0000 (19:01 -0700)]
use coreutils `seq' instead of hacky `range'
Yunsup Lee [Wed, 15 May 2013 19:03:00 +0000 (12:03 -0700)]
change riscv-isa-run to spike in documentation
Yunsup Lee [Wed, 15 May 2013 19:02:42 +0000 (12:02 -0700)]
fix make issue
Yunsup Lee [Tue, 14 May 2013 02:11:54 +0000 (19:11 -0700)]
change riscv-isa-run to spike
Andrew Waterman [Mon, 6 May 2013 23:07:15 +0000 (16:07 -0700)]
make Makefile sh-friendly
Andrew Waterman [Thu, 25 Apr 2013 23:36:25 +0000 (16:36 -0700)]
use inttypes macros to print uint64_t
Andrew Waterman [Thu, 25 Apr 2013 04:23:54 +0000 (21:23 -0700)]
fix(?) circular dependence on generated headers
Andrew Waterman [Thu, 25 Apr 2013 04:23:39 +0000 (21:23 -0700)]
add range(start, end) method to Makefile
Yunsup Lee [Wed, 24 Apr 2013 08:46:16 +0000 (01:46 -0700)]
fixes to correctly simulate the vector unit
Andrew Waterman [Tue, 23 Apr 2013 08:43:45 +0000 (01:43 -0700)]
make interactive mode cope with canonical terminal
Andrew Waterman [Tue, 23 Apr 2013 08:00:20 +0000 (01:00 -0700)]
destroy htif on simulator termination
Andrew Waterman [Mon, 22 Apr 2013 09:22:47 +0000 (02:22 -0700)]
correctly depend on dispatch.h
Andrew Waterman [Sat, 20 Apr 2013 06:33:40 +0000 (23:33 -0700)]
remove circular dependence in Makefile
Thanks, Sebastien!
Andrew Waterman [Sat, 20 Apr 2013 06:27:35 +0000 (23:27 -0700)]
update abi register names
Andrew Waterman [Wed, 17 Apr 2013 11:38:17 +0000 (04:38 -0700)]
add AUIPC insn; remove RDNPC insn
Andrew Waterman [Sat, 30 Mar 2013 01:35:25 +0000 (18:35 -0700)]
add load-reserved/store-conditional instructions
Andrew Waterman [Sat, 30 Mar 2013 01:26:07 +0000 (18:26 -0700)]
ignore writes to SR IP field
Andrew Waterman [Wed, 27 Mar 2013 07:14:31 +0000 (00:14 -0700)]
opcodes.h must only contain DECLARE_INSN() lines
Andrew Waterman [Tue, 26 Mar 2013 05:50:37 +0000 (22:50 -0700)]
add BSD license
Andrew Waterman [Tue, 26 Mar 2013 05:50:18 +0000 (22:50 -0700)]
update ancient README
Andrew Waterman [Tue, 26 Mar 2013 05:38:32 +0000 (22:38 -0700)]
truncate effective addresses in rv32
also, employ a more efficient instruction dispatch based upon rv32 mode.
Andrew Waterman [Tue, 26 Mar 2013 03:06:10 +0000 (20:06 -0700)]
expose pending interrupts in status register
Andrew Waterman [Tue, 26 Mar 2013 03:04:54 +0000 (20:04 -0700)]
add missing #include
Andrew Waterman [Tue, 26 Mar 2013 03:04:09 +0000 (20:04 -0700)]
ignore host writes to fromhost if old value not 0
Andrew Waterman [Tue, 26 Mar 2013 02:57:57 +0000 (19:57 -0700)]
support compilation with gcc 4.7
Andrew Waterman [Fri, 15 Feb 2013 09:24:19 +0000 (01:24 -0800)]
fix D$ model not acknowledging stores
Andrew Waterman [Fri, 15 Feb 2013 08:25:54 +0000 (00:25 -0800)]
specialize fully-associative caches
the dumb linear search of a set's tag array was far too slow
Andrew Waterman [Fri, 15 Feb 2013 08:25:01 +0000 (00:25 -0800)]
don't store host pointers in soft TLB
this reduces performance by epsilon, but it simplifies hooking into the MMU
Andrew Waterman [Wed, 13 Feb 2013 22:13:51 +0000 (14:13 -0800)]
clean up fetch-execute loop a bit
Andrew Waterman [Wed, 13 Feb 2013 20:59:53 +0000 (12:59 -0800)]
add I$/D$/L2$ simulators
Andrew Waterman [Wed, 13 Feb 2013 06:59:56 +0000 (22:59 -0800)]
migrate to c++11
Andrew Waterman [Wed, 13 Feb 2013 06:59:14 +0000 (22:59 -0800)]
make HTIF interactions deterministic; fix race
Andrew Waterman [Sat, 26 Jan 2013 07:48:37 +0000 (23:48 -0800)]
remove unnecessary #include
Andrew Waterman [Sat, 26 Jan 2013 02:59:35 +0000 (18:59 -0800)]
change htif to link against libfesvr
Yunsup Lee [Tue, 13 Nov 2012 18:16:03 +0000 (10:16 -0800)]
fix vector code simulation problem, turn on SR_U64
Andrew Waterman [Fri, 31 Aug 2012 00:36:30 +0000 (17:36 -0700)]
new tohost/fromhost semantics
Andrew Waterman [Thu, 2 Aug 2012 05:55:02 +0000 (22:55 -0700)]
new tohost/fromhost semantics
Andrew Waterman [Mon, 23 Jul 2012 04:01:18 +0000 (21:01 -0700)]
correct HTIF reset behavior
cores' reset signals can be independently toggled
Andrew Waterman [Wed, 16 May 2012 01:31:03 +0000 (18:31 -0700)]
fix htif interaction with interactive mode
Andrew Waterman [Wed, 9 May 2012 10:08:15 +0000 (03:08 -0700)]
per-core tohost/fromhost registers
update your fesvr
Andrew Waterman [Sat, 24 Mar 2012 19:54:03 +0000 (12:54 -0700)]
new supervisor mode
Yunsup Lee [Tue, 20 Mar 2012 02:35:48 +0000 (19:35 -0700)]
add disasm functions for vector
Andrew Waterman [Tue, 20 Mar 2012 06:40:38 +0000 (23:40 -0700)]
make NaN behavior consistent with hardfloat
Andrew Waterman [Tue, 20 Mar 2012 02:38:26 +0000 (19:38 -0700)]
fix double-precision NaNs
Andrew Waterman [Tue, 20 Mar 2012 00:54:08 +0000 (17:54 -0700)]
abstract regfile write port
Andrew Waterman [Tue, 20 Mar 2012 00:15:38 +0000 (17:15 -0700)]
abstract regfile behind object
Andrew Waterman [Mon, 19 Mar 2012 03:49:31 +0000 (20:49 -0700)]
update vector fences
Yunsup Lee [Sun, 18 Mar 2012 23:29:05 +0000 (16:29 -0700)]
clean up vector exception instructions
Yunsup Lee [Wed, 14 Mar 2012 06:41:52 +0000 (23:41 -0700)]
add more instructions for vector exception handling
Yunsup Lee [Wed, 14 Mar 2012 05:23:58 +0000 (22:23 -0700)]
add vvcfg,vtcfg
Yunsup Lee [Tue, 13 Mar 2012 17:15:45 +0000 (10:15 -0700)]
opcodes cleanup
Andrew Waterman [Tue, 13 Mar 2012 00:40:43 +0000 (17:40 -0700)]
always propagate default NaN (all bits set)
Yunsup Lee [Sat, 10 Mar 2012 20:52:34 +0000 (12:52 -0800)]
slight change to vector supervisor instructions
Yunsup Lee [Sat, 3 Mar 2012 23:42:54 +0000 (15:42 -0800)]
add place holders for instructions to handle vector exceptions
Yunsup Lee [Sat, 3 Mar 2012 23:10:56 +0000 (15:10 -0800)]
new instructions to handle vector exceptions
Andrew Waterman [Mon, 20 Feb 2012 07:19:51 +0000 (23:19 -0800)]
new HTIF protocol. update your fesvr.
Andrew Waterman [Mon, 20 Feb 2012 07:18:58 +0000 (23:18 -0800)]
fixed a bug in remu[w]
it was actually caught by the ASM tests... :(
Andrew Waterman [Sat, 18 Feb 2012 00:36:00 +0000 (16:36 -0800)]
implement lighter-weight htif packet header
Andrew Waterman [Thu, 16 Feb 2012 03:44:24 +0000 (19:44 -0800)]
reimplement div[u][w]/rem[u][w]
fixes bugs for inputs not properly sign-extended
Andrew Waterman [Mon, 13 Feb 2012 09:45:32 +0000 (01:45 -0800)]
fix sltu disassembly
Yunsup Lee [Thu, 9 Feb 2012 03:49:39 +0000 (19:49 -0800)]
initialize tohost and fromhost
Andrew Waterman [Wed, 1 Feb 2012 01:32:57 +0000 (17:32 -0800)]
remove debug printf
Andrew Waterman [Wed, 1 Feb 2012 01:31:33 +0000 (17:31 -0800)]
poll HTIF occasionally
Andrew Waterman [Tue, 31 Jan 2012 00:30:02 +0000 (16:30 -0800)]
don't set badvaddr for instruction access faults
Yunsup Lee [Mon, 30 Jan 2012 22:38:23 +0000 (14:38 -0800)]
fix divide by zero bugs
Andrew Waterman [Tue, 24 Jan 2012 08:08:05 +0000 (00:08 -0800)]
check that virtual addresses are sign-extended
Andrew Waterman [Mon, 23 Jan 2012 02:18:47 +0000 (18:18 -0800)]
disentangle decode.h from other headers
Andrew Waterman [Mon, 23 Jan 2012 01:56:46 +0000 (17:56 -0800)]
work around gcc 4.4 bug
Andrew Waterman [Thu, 12 Jan 2012 01:35:03 +0000 (17:35 -0800)]
fix compilation for gcc 4.6.1
Yunsup Lee [Sun, 11 Dec 2011 01:40:07 +0000 (17:40 -0800)]
fix utidx assign bug, make ut code execute faster