Searched refs:ci (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/sst/
H A DExtMaster.cc67 MemNIC::ComponentInfo ci; local
68 ci.num_vcs = 1;
69 ci.link_port = "network";
70 ci.link_bandwidth = "16GB/s";
71 ci.link_inbuf_size = "1KB";
72 ci.link_outbuf_size = "1KB";
73 ci.network_addr = 0; // hard coded at the moment
74 ci.type = MemNIC::TypeDirectoryCtrl;
75 nic->moduleInit(ci, new Event::Handler<ExtMaster>
/gem5/src/cpu/pred/
H A Dtage_base.hh150 int *ci; member in struct:TAGEBase::BranchInfo
171 ci = tableTags + sz;
172 ct0 = ci + sz;
H A Dtage_base.cc191 tHist.computeIndices[i].comp = bi->ci[i];
608 bi->ci[i] = tHist.computeIndices[i].comp;
640 tHist.computeIndices[i].comp = bi->ci[i];
/gem5/configs/common/
H A DFSConfig.py67 def childImage(self, ci):
68 self.image.child.image_file = ci
151 def childImage(self, ci):
152 self.image.child.image_file = ci

Completed in 7 milliseconds