Home
last modified time | relevance | path

Searched defs:mapping (Results 1 – 4 of 4) sorted by relevance

/Renode-v1.15.3-c57714d/tools/csv2resd/
Dcsv2resd.py46 def parse_mapping(mapping): argument
129 def rebuild_mapping(labels, mapping): argument
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/Peripheral/
DSystemCCortexMRegisters.cs147 …private static readonly Dictionary<SystemCCortexMRegisters, CPURegister> mapping = new Dictionary<… field in Antmicro.Renode.Peripherals.SystemC.SystemCCortexMCPU
/Renode-v1.15.3-c57714d/tools/sel4_extensions/
DseL4Extensions.cs553 private readonly Dictionary<ulong, string> mapping; field in Antmicro.Renode.Debug.SeL4DebugHelper
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/
DCoSimulatedRiscV32Registers.cs507 …private static readonly Dictionary<CoSimulatedRiscV32Registers, CPURegister> mapping = new Diction… field in Antmicro.Renode.Peripherals.CoSimulated.CoSimulatedRiscV32