Increase LSUQ and IBUF size

This commit is contained in:
Hansung Kim
2024-01-16 23:53:14 -08:00
parent 62171c0788
commit 60d4180249

View File

@@ -249,12 +249,12 @@
// Size of Instruction Buffer
`ifndef IBUF_SIZE
`define IBUF_SIZE (2 * (`NUM_WARPS / `ISSUE_WIDTH))
`define IBUF_SIZE (8 * (`NUM_WARPS / `ISSUE_WIDTH))
`endif
// Size of LSU Request Queue
`ifndef LSUQ_SIZE
`define LSUQ_SIZE (2 * (`NUM_THREADS / `NUM_LSU_LANES))
`define LSUQ_SIZE (8 * (`NUM_THREADS / `NUM_LSU_LANES))
`endif
// LSU Duplicate Address Check