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

7
hw/dpi/util_dpi.vh Normal file
View File

@@ -0,0 +1,7 @@
`ifndef UTIL_DPI
`define UTIL_DPI
import "DPI-C" context function int dpi_register();
import "DPI-C" context function void dpi_assert(int inst, input logic cond, input int delay);
`endif