Skip to content

Commit 9121860

Browse files
committed
backup work
1 parent c8b4beb commit 9121860

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/sst/elements/miranda/mirandaCPU.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ class RequestGenCPU : public SST::Component {
8181
{ "max_reqs_cycle", "Maximum number of requests the CPU can issue per cycle (this is for all reads and writes)", "2" },
8282
{ "max_reorder_lookups", "Maximum number of operations the CPU is allowed to lookup for memory reorder", "16" },
8383
{ "cache_line_size", "The size of the cache line that this prefetcher is attached to, default is 64-bytes", "64" },
84-
{ "maxmemreqpending", "Set the maximum number of requests allowed to be pending", "16" },
84+
{ "maxloadmemreqpending", "Set the maximum number of load requests allowed to be pending", "16" },
85+
{ "maxstorememreqpending", "Set the maximum number of store requests allowed to be pending", "16" },
86+
{ "maxcustommemreqpending", "Set the maximum number of custom requests allowed to be pending", "16" },
8587
{ "verbose", "Sets the verbosity of output produced by the CPU", "0" },
8688
{ "generator", "The generator to be loaded for address creation", "miranda.SingleStreamGenerator" },
8789
{ "clock", "Clock for the base CPU", "2GHz" },

0 commit comments

Comments
 (0)