Home
last modified time | relevance | path

Searched refs:GetVariableInLocalScope (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DVariableStore.cs46 public Variable GetVariableInLocalScope(string name) in GetVariableInLocalScope() method in Antmicro.Renode.PlatformDescription.VariableStore
DCreationDriver.cs391 var entryType = variableStore.GetVariableInLocalScope(entry.VariableName).VariableType; in ProcessEntryPreMerge()
976 … initiator = variableStore.GetVariableInLocalScope(initiatorName).Value as IPeripheral; in TryRegisterFromEntry()