Merge branch 'rtl' of https://github.com/hansungk/vortex-private into rtl
This commit is contained in:
@@ -40,6 +40,10 @@
|
||||
`define EXT_F_ENABLE
|
||||
`endif
|
||||
|
||||
`ifndef EXT_T_DISABLE
|
||||
`define EXT_T_ENABLE
|
||||
`endif
|
||||
|
||||
`ifndef XLEN_32
|
||||
`ifndef XLEN_64
|
||||
`define XLEN_32
|
||||
@@ -309,7 +313,7 @@
|
||||
|
||||
// Size of FPU Request Queue
|
||||
`ifndef FPUQ_SIZE
|
||||
`define FPUQ_SIZE (2 * (`NUM_THREADS / `NUM_FPU_LANES))
|
||||
`define FPUQ_SIZE (8 * (`NUM_THREADS / `NUM_FPU_LANES))
|
||||
`endif
|
||||
|
||||
// FNCP Latency
|
||||
@@ -385,6 +389,11 @@
|
||||
`define LATENCY_FCVT 5
|
||||
`endif
|
||||
|
||||
// Tensor Core Latency
|
||||
`ifndef LATENCY_HMMA
|
||||
`define LATENCY_HMMA 8
|
||||
`endif
|
||||
|
||||
// Icache Configurable Knobs //////////////////////////////////////////////////
|
||||
|
||||
// Cache Enable
|
||||
@@ -613,6 +622,12 @@
|
||||
`define EXT_F_ENABLED 0
|
||||
`endif
|
||||
|
||||
`ifdef EXT_T_ENABLE
|
||||
`define EXT_T_ENABLED 1
|
||||
`else
|
||||
`define EXT_T_ENABLED 0
|
||||
`endif
|
||||
|
||||
`ifdef EXT_M_ENABLE
|
||||
`define EXT_M_ENABLED 1
|
||||
`else
|
||||
|
||||
Reference in New Issue
Block a user