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

/gem5/src/arch/mips/bare_iron/
H A Dsystem.cc33 #include "params/BareIronMipsSystem.hh"
35 BareIronMipsSystem::BareIronMipsSystem(Params *p) function in class:BareIronMipsSystem
39 BareIronMipsSystem::~BareIronMipsSystem()
42 BareIronMipsSystem *
45 return new BareIronMipsSystem(this);
H A Dsystem.hh35 #include "params/BareIronMipsSystem.hh"
42 class BareIronMipsSystem : public MipsSystem class in inherits:MipsSystem
47 BareIronMipsSystem(Params *p);
48 ~BareIronMipsSystem();
/gem5/src/arch/mips/
H A DMipsSystem.py57 class BareIronMipsSystem(MipsSystem): class in inherits:MipsSystem
58 type = 'BareIronMipsSystem'

Completed in 4 milliseconds