Searched refs:FlashController (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/mcpat/
H A Diocontrollers.h65 class FlashController : public McPATComponent { class in inherits:McPATComponent
70 FlashController(XMLNode* _xml_data, InputParameter* interface_ip_);
74 ~FlashController(){};
H A Diocontrollers.cc401 FlashController::FlashController(XMLNode* _xml_data, function in class:FlashController
408 void FlashController::computeArea() {
436 void FlashController::computeEnergy() {
503 void FlashController::set_fc_param()
H A Dsystem.cc82 } STRCMP(type, "FlashController") {
83 children.push_back(new FlashController(childXML, &interface_ip));

Completed in 8 milliseconds