FPU DPI fallback

This commit is contained in:
Blaise Tine
2020-08-31 09:19:55 -04:00
parent 0a0b28aac0
commit df711986bc
29 changed files with 1147 additions and 1329 deletions

View File

@@ -56,7 +56,7 @@ module VX_fpu_unit #(
// can accept new request?
assign fpu_req_if.ready = ready_in && ~fpuq_full;
`ifdef SYNTHESIS
`ifndef FPNEW_ENABLE
VX_fp_fpga #(
.TAGW (FPUQ_BITS)