minor update

This commit is contained in:
Blaise Tine
2021-08-08 02:59:30 -07:00
parent 5f487c899b
commit 0debdd3fe7
3 changed files with 13 additions and 7 deletions

View File

@@ -232,6 +232,11 @@
// Pipeline Queues ////////////////////////////////////////////////////////////
// Size of Instruction Buffer
`ifndef IBUF_SIZE
`define IBUF_SIZE 4
`endif
// Size of LSU Request Queue
`ifndef LSUQ_SIZE
`define LSUQ_SIZE (`NUM_WARPS * 2)