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

/gem5/ext/mcpat/
H A Diocontrollers.h67 MCParameters fcp; member in class:FlashController
H A Diocontrollers.cc417 if (fcp.type == 0) { //high performance flash controller
431 double number_channel = 1 + (fcp.num_channels - 1) * 0.2;
432 output_data.area = (ctrl_area + (fcp.withPHY ? SerDer_area : 0)) *
450 if (fcp.type == 0) { //high performance flash controller
478 double number_channel = 1 + (fcp.num_channels - 1) * 0.2;
479 power.readOp.dynamic = (ctrl_dyn + (fcp.withPHY ? SerDer_dyn : 0)) *
481 power.readOp.leakage = ((ctrl_gates + (fcp.withPHY ? SerDer_gates : 0)) *
490 ((ctrl_gates + (fcp.withPHY ? SerDer_gates : 0)) * number_channel) *
515 ASSIGN_INT_IF("num_channels", fcp.num_channels);
516 ASSIGN_INT_IF("type", fcp
[all...]

Completed in 6 milliseconds