minor updates

This commit is contained in:
Blaise Tine
2021-01-18 04:22:40 -08:00
parent 9bce15a513
commit ce9ef840d6
12 changed files with 1714 additions and 3297 deletions

View File

@@ -108,7 +108,7 @@
`ifdef ALTERA_S10
`define LATENCY_FDIV 34
`else
`define LATENCY_FDIV 20
`define LATENCY_FDIV 15
`endif
`endif
@@ -116,18 +116,10 @@
`ifdef ALTERA_S10
`define LATENCY_FSQRT 25
`else
`define LATENCY_FSQRT 15
`define LATENCY_FSQRT 10
`endif
`endif
`ifndef LATENCY_ITOF
`define LATENCY_ITOF 7
`endif
`ifndef LATENCY_FTOI
`define LATENCY_FTOI 3
`endif
`ifndef LATENCY_FDIVSQRT
`define LATENCY_FDIVSQRT 32
`endif