speeding up simulation using dedicated full dpi-based FPU core

This commit is contained in:
Blaise Tine
2021-01-06 18:44:06 -08:00
parent 2058718f0f
commit 2b8435471a
26 changed files with 990 additions and 430 deletions

View File

@@ -92,8 +92,8 @@
`define LATENCY_IMUL 3
`endif
`ifndef LATENCY_FNCOMP
`define LATENCY_FNCOMP 2
`ifndef LATENCY_FNCP
`define LATENCY_FNCP 2
`endif
`ifndef LATENCY_FMA
@@ -128,8 +128,8 @@
`define LATENCY_FDIVSQRT 32
`endif
`ifndef LATENCY_FCONV
`define LATENCY_FCONV 4
`ifndef LATENCY_FCVT
`define LATENCY_FCVT 4
`endif
// CSR Addresses //////////////////////////////////////////////////////////////