Increase FPUQ_SIZE

This should at least be FMA_LATENCY to not bottleneck things.
This commit is contained in:
Hansung Kim
2024-04-29 15:19:48 -07:00
parent 85213d2876
commit 100fbbc048

View File

@@ -309,7 +309,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