Searched defs:int (Results 1 – 11 of 11) sorted by relevance
/Renode-v1.15.3-c57714d/tools/guest_cache/src/ |
D | cache.py | 28 def init(self, tag: int = 0, free: bool = True): 65 cache_width: int, 66 block_width: int, 67 memory_width: int, 68 lines_per_set: int, 107 def read(self, addr: int) -> None: 122 def write(self, addr: int) -> None: 153 def _load(self, addr: int) -> None: 174 def _extract_bits(value: int, start_bit: int, end_bit: int) -> int: 180 def _addr_get_tag(self, addr: int) -> int: [all …]
|
D | cache_testbench.py | 25 def simulate(self, data: list[Dict[str, int]]): argument 44 def tag_in_cache(cache: Cache, tag: int) -> bool:
|
/Renode-v1.15.3-c57714d/tests/network-logging/ |
D | telnet_library.py | 17 def telnet_connect(port: int) -> None: 26 def telnet_read_until(until_string: str, timeout: int = 15) -> str:
|
/Renode-v1.15.3-c57714d/tools/PeakRDL-renode/src/peakrdl_renode/ |
D | memory.py | 33 def __init__(self, name: str, register: RegNode, address: int): 86 def idx_byte(offset: int) -> ast.HardExpr: 140 def get_field_value_masked(mask: int) -> ast.Expr:
|
D | scanner.py | 31 resets: dict[RegNode, int]): argument 89 def add_field_reset_value(self, node: FieldNode, reset: int) -> None:
|
D | cs_exporter.py | 339 def add_indents(text: str, base_indent: int) -> str:
|
/Renode-v1.15.3-c57714d/tools/gdb_compare/ |
D | gdb_compare.py | 126 def __init__(self, binary: str, port: int): 180 …def __init__(self, gdb_binary: str, port: int, debug_binary: str, name: str, target_process: pexpe… 200 def progress_by(self, delta: int, type: str = "stepi") -> None: 408 async def progress_by(self, delta: int, type: str = "stepi") -> None: 519 …DBComparator, previous_pc: str, previous_output: str, steps_count: int, exec_count: dict[str, int]… argument
|
/Renode-v1.15.3-c57714d/tools/execution_tracer/execution_tracer/ |
D | dwarf.py | 31 def __init__(self, content: str, number: int, filename: str, is_exec: bool): 39 def add_address(self, low: int, high: int): 158 …def _build_addr_map(self, code_lines_with_address: List[CodeLine], pc_length: int) -> Dict[bytes, …
|
/Renode-v1.15.3-c57714d/tests/ |
D | robot_tests_provider.py | 892 …def copy_mono_logs(self, options: Namespace, iteration_index: int, suite_retry_index: int) -> None:
|
/Renode-v1.15.3-c57714d/tools/PeakRDL-renode/src/peakrdl_renode/csharp/ |
D | ast.py | 410 def __init__(self, name: str, width: Optional[int] = None, **kwargs): 440 def __init__(self, value: int, unsigned: bool = False, long: bool = False, 548 def __init__(self, value: int, **kwargs) -> None: 891 def __init__(self, ty: Type, count: int, **kwargs,) -> None:
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/ |
D | CoSimulationConnection.cs | 258 public void RegisterOnGPIOReceive(Action<int, bool> callback, Range translationRange) in RegisterOnGPIOReceive()
|