Example #1
0
 public L3AccessConfig(Zen2L3Cache l3Cache)
 {
     this.l3Cache = l3Cache;
 }
Example #2
0
 public SliceConfig(Zen2L3Cache l3Cache)
 {
     this.l3Cache = l3Cache;
 }
Example #3
0
 public TestConfig(Zen2L3Cache l3Cache)
 {
     this.l3Cache = l3Cache;
 }
Example #4
0
 public HitRateLatencyConfig(Zen2L3Cache l3Cache)
 {
     this.l3Cache = l3Cache;
 }