Revert to old LSUQ_SIZE

This commit is contained in:
Hansung Kim
2024-05-07 16:23:32 -07:00
parent 4aad161739
commit f71e705d53

View File

@@ -278,7 +278,7 @@
// Size of LSU Request Queue
`ifndef LSUQ_SIZE
`define LSUQ_SIZE (4 * `NUM_WARPS * (`NUM_THREADS / `NUM_LSU_LANES))
`define LSUQ_SIZE (8 * (`NUM_THREADS / `NUM_LSU_LANES))
`endif
// LSU Duplicate Address Check