multi-ported cache support for streaming
This commit is contained in:
@@ -296,6 +296,11 @@
|
||||
`define DNUM_BANKS `NUM_THREADS
|
||||
`endif
|
||||
|
||||
// Number of bank ports
|
||||
`ifndef DNUM_PORTS
|
||||
`define DNUM_PORTS 1
|
||||
`endif
|
||||
|
||||
// Core Request Queue Size
|
||||
`ifndef DCREQ_SIZE
|
||||
`define DCREQ_SIZE 4
|
||||
|
||||
Reference in New Issue
Block a user