| ~ | | Changeset 11657:f8e054c9d0d6 |
| | ~ | Changeset 11690:edbd7b2b60b4 |
| | |
|
| | | 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. |
| | |
|
| ~ | | [Fix exception handling in floating-point instructions to conform better
|
| | ~ | [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.]
|
| | | Signed-off by: Alec Roelke |