Home
last modified time | relevance | path

Searched refs:reference (Results 1 – 6 of 6) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DVariableStore.cs56 public bool TryGetVariableFromReference(ReferenceValue reference, out Variable variable) in TryGetVariableFromReference() argument
58 return globalVariables.TryGetValue(reference.Value, out variable) || in TryGetVariableFromReference()
59 … localVariables.TryGetValue(Tuple.Create(reference.Scope, reference.Value), out variable); in TryGetVariableFromReference()
62 public Variable GetVariableFromReference(ReferenceValue reference) in GetVariableFromReference() argument
65 if(!TryGetVariableFromReference(reference, out result)) in GetVariableFromReference()
67 … throw new KeyNotFoundException(string.Format("No variable from reference '{0}'.", reference)); in GetVariableFromReference()
/Renode-v1.15.3-c57714d/tools/gdb_compare/
DREADME.md1 ## Compare execution using reference GDB
3 This directory contains script comparing Renode execution with a given reference using GDB.
22 -r REFERENCE_COMMAND, --reference-command REFERENCE_COMMAND
23 Command used to run the GDB server provider used as a reference
30 -p REFERENCE_GDB_PORT, --reference-gdb-port REFERENCE_GDB_PORT
31 Port on which the reference GDB server can be reached
Dgdb_compare.py459 reference = pexpect.spawn(args.reference_command, timeout=10)
463 gdb_comparator = GDBComparator(args, renode.proc, reference)
465 return renode, reference, gdb_comparator
616 renode, reference, gdb_comparator = setup_processes(args)
658 reference.close(force=True)
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DIrqReceiver.cs15 public IrqReceiver(ReferenceValue reference, int? localIndex) in IrqReceiver() argument
17 Reference = reference; in IrqReceiver()
/Renode-v1.15.3-c57714d/tests/peripherals/CLIC/
DCLIC-test-setup.resc35 cpu.Log(LogLevel.Error, "Different number of generated ({0}) and reference"
42 …cpu.Log(LogLevel.Error, "Wrong generated signature #{0}: {1} different than reference signature {2…
69 …machine.Log(LogLevel.Warning, "Writing signature #{}: 0x{:08X} different than reference signature …
/Renode-v1.15.3-c57714d/tests/unit-tests/AdHocCompiler/
Dadhoc-compiler.robot41 # but can still be called explicitly if needed (e.g. there is no reference to the type in any of th…