58 settings[
"cpu"] =
"i960CA";
59 settings[
"ram"] =
"0x00400000";
106 if (attributeName ==
"template")
109 if (attributeName ==
"machine")
112 if (attributeName ==
"stable")
115 if (attributeName ==
"description")
116 return "Cyclone/VH i960 evaluation board machine.";
118 if (attributeName ==
"comments")
119 return "For experiments with uClinux/i960.";
static refcount_ptr< Component > CreateComponent(const string &componentNameAndOptionalArgs, GXemul *gxemul=NULL)
Creates a component given a short component name.
static string GetAttribute(const string &attributeName)
Gets a Component attribute value.
static refcount_ptr< Component > Create(const ComponentCreateArgs &args)
Creates a "cyclonevh" Component tree.
map< string, string > ComponentCreationSettings
bool SetVariableValue(const string &name, const string &expression)
Sets a variable to a new value.
void AddChild(refcount_ptr< Component > childComponent, size_t insertPosition=(size_t) -1)
Adds a reference to a child component.
static bool GetCreationArgOverrides(ComponentCreationSettings &settings, const ComponentCreateArgs &createArgs)
Get override arguments for component creation.
bool IsNULL() const
Checks whether or not an object is referenced by the reference counted pointer.