Searched refs:DestinationPeripheral (Results 1 – 4 of 4) sorted by relevance
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/ |
D | IrqDestinations.cs | 17 DestinationPeripheral = destinationPeripheral; in IrqDestinations() 26 public IrqReceiver DestinationPeripheral { get; private set; } property in Antmicro.Renode.PlatformDescription.Syntax.IrqDestinations
|
D | Entry.cs | 109 if(attribute.DestinationPeripheral == null) in FlattenIrqAttributes() 117 …SingleAttributeWithInheritedPosition(sourcesAsArray[i], attribute.DestinationPeripheral, destinati… in FlattenIrqAttributes()
|
/Renode-v1.15.3-c57714d/tests/unit-tests/RenodeTests/PlatformDescription/ |
D | ParserTests.cs | 198 …Assert.AreEqual("pic", attributes[0].Destinations.ElementAt(0).DestinationPeripheral.Reference.Val… in ShouldParseEntryWithSimpleIrqEntries() 221 …Assert.AreEqual("pic", attributes[0].Destinations.ElementAt(0).DestinationPeripheral.Reference.Val… in ShouldParseEntryWithSimpleMultiplexedIrqEntries() 223 …Assert.AreEqual("pic1", attributes[0].Destinations.ElementAt(1).DestinationPeripheral.Reference.Va… in ShouldParseEntryWithSimpleMultiplexedIrqEntries() 227 …Assert.AreEqual("pic2", attributes[1].Destinations.ElementAt(0).DestinationPeripheral.Reference.Va… in ShouldParseEntryWithSimpleMultiplexedIrqEntries() 229 …Assert.AreEqual("pic3", attributes[1].Destinations.ElementAt(1).DestinationPeripheral.Reference.Va… in ShouldParseEntryWithSimpleMultiplexedIrqEntries() 254 …Assert.AreEqual("pic0", attribute.Destinations.ElementAt(0).DestinationPeripheral.Reference.Value); in ShouldParseEntryWithMultiplexedMultiIrqEntries() 260 …Assert.AreEqual("pic1", attribute.Destinations.ElementAt(1).DestinationPeripheral.Reference.Value); in ShouldParseEntryWithMultiplexedMultiIrqEntries() 266 …Assert.AreEqual("pic2", attribute.Destinations.ElementAt(2).DestinationPeripheral.Reference.Value); in ShouldParseEntryWithMultiplexedMultiIrqEntries() 311 …Assert.AreEqual("something", attribute.Destinations.ElementAt(0).DestinationPeripheral.Reference.V… in ShouldParseEntryWithLocalIrqReceiver() 312 … Assert.AreEqual(3, attribute.Destinations.ElementAt(0).DestinationPeripheral.LocalIndex); in ShouldParseEntryWithLocalIrqReceiver()
|
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/ |
D | CreationDriver.cs | 164 .Where(dest => dest.DestinationPeripheral != null); in ProcessInner() 167 var destinationPeripheralName = irq.DestinationPeripheral.Reference.Value; in ProcessInner() 168 var destinationLocalIndex = irq.DestinationPeripheral.LocalIndex; in ProcessInner() 780 if(attribute.DestinationPeripheral == null) in SetPropertiesAndConnectInterrupts() 786 var destinationReference = attribute.DestinationPeripheral.Reference; in SetPropertiesAndConnectInterrupts() 823 var localIndex = attribute.DestinationPeripheral.LocalIndex; in SetPropertiesAndConnectInterrupts() 1080 if(attribute.DestinationPeripheral != null) in ValidateAttributePreMerge() 1082 …if(!variableStore.TryGetVariableFromReference(attribute.DestinationPeripheral.Reference, out irqDe… in ValidateAttributePreMerge() 1084 … HandleError(ParsingError.IrqDestinationDoesNotExist, attribute.DestinationPeripheral, in ValidateAttributePreMerge() 1085 …string.Format("Irq destination '{0}' does not exist.", attribute.DestinationPeripheral.Reference.V… in ValidateAttributePreMerge() [all …]
|