Searched refs:pciep (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/mcpat/
H A Diocontrollers.cc254 if (pciep.type == 0) { //high performance PCIe
274 output_data.area = ((ctrl_area + (pciep.withPHY ? SerDer_area : 0)) / 8 *
275 pciep.num_channels) * 1e6;
292 if (pciep.type == 0) { //high performance PCIe
305 ctrl_gates = 900000 / 8 * pciep.num_channels;
323 ctrl_gates = 200000 / 8 * pciep.num_channels;
325 SerDer_gates = 200000 / 8 * pciep.num_channels;
332 SerDer_dyn /= pciep.clockRate;
334 power.readOp.dynamic = (ctrl_dyn + (pciep.withPHY ? SerDer_dyn : 0)) *
335 pciep
[all...]
H A Diocontrollers.h55 PCIeParameters pciep; member in class:PCIeController

Completed in 4 milliseconds