Review Board 2.0.15


riscv: [Patch 3/5] Added RISCV floating point extensions RV64FD

Review Request #3628 - Created Sept. 19, 2016 and submitted

Information
Alec Roelke
gem5
default
Reviewers
Default
Changeset 11690:9451dd15dc90
---------------------------
riscv: [Patch 3/5] Added RISCV floating point extensions RV64FD

Third of five patches adding RISC-V to GEM5. This patch adds the RV64FD
extensions, which include single- and double-precision floating point
instructions.

Patch 1 introduced RISC-V and implemented the base instruction set, RV64I
and patch 2 implemented the integer multiply extension, RV64M.

Patch 4 will implement the atomic memory instructions, RV64A, and patch
5 will add support for timing, minor, and detailed CPU models that is
missing from the first four patches.

[Fixed exception handling in floating-point instructions to conform better
to IEEE-754 2008 standard and behavior of the Chisel-generated RISC-V
simulator.]
[Fixed style errors in decoder.isa.]
[Fixed some fuzz caused by modifying a previous patch.]
Signed-off by: Alec Roelke

   
Review request changed
Updated (Dec. 8, 2016, 3:16 p.m.)

Status: Closed (submitted)