Adding Altera Stratix 10 support

This commit is contained in:
Blaise Tine
2020-12-27 10:44:57 -08:00
parent b2b8f190dd
commit 25df233005
59 changed files with 18526 additions and 5002 deletions

View File

@@ -105,11 +105,19 @@
`endif
`ifndef LATENCY_FDIV
`define LATENCY_FDIV 15
`ifdef ALTERA_S10
`define LATENCY_FDIV 34
`else
`define LATENCY_FDIV 20
`endif
`endif
`ifndef LATENCY_FSQRT
`define LATENCY_FSQRT 10
`ifdef ALTERA_S10
`define LATENCY_FSQRT 25
`else
`define LATENCY_FSQRT 15
`endif
`endif
`ifndef LATENCY_ITOF