Searched refs:Byte (Results 1 – 14 of 14) sorted by relevance
/Renode-v1.15.3-c57714d/tests/unit-tests/ |
D | sysbus.robot | 81 …[Arguments] ${address} ${expected_value}=0x0 ${should_be_blocked}=True ${access_type}=Byte ${… 91 Should Block Read Byte 99 Should Read Byte 112 …[Arguments] ${address} ${value} ${should_be_blocked}=True ${access_type}=Byte ${access_size}=… 121 Should Block Write Byte 129 Should Write Byte 137 Should Write Byte To Non Existing Peripheral 150 Should Write Byte 0x100 ${init_value_0x100} 151 Should Write Byte 0x140 ${init_value_0x140} 152 Should Write Byte 0x180 ${init_value_0x180} [all …]
|
D | peripheral-hooks.robot | 27 Test Peripheral Read Write Hook Byte 0x2b 0x2b 28 Test Peripheral Read Write Hook Byte 0xff 0xff 29 Test Peripheral Read Write Hook Byte 0x100 0x0
|
D | uart-tester.robot | 94 Should Not Allow Waiting For Byte String On A Tester Not Created In Binary Mode 110 Should Allow Waiting For Byte String Spanning Lines 117 Should Allow Waiting For Immediately Adjacent Byte Strings 135 Should Allow Waiting For Byte String At Start 150 Should Allow Waiting For Byte String Containing All Byte Values 161 Should Allow Waiting For Byte String Containing All Byte Values As Regex
|
D | arm-ge-flag.robot | 24 Signed Byte Addition Should Set GE Flag If And Only If The Result Is Greater Or Equal To Zero (sadd… 70 Signed Byte Subtraction Should Set GE Flag If And Only If The Result Is Greater Or Equal To Zero (s… 116 Unsigned Byte Subtraction Should Set GE Flag If And Only If The Result Is Greater Or Equal To Zero …
|
D | big-endian-watchpoint.robot | 125 Memory Should Be Equal 0x40000104 0x12 Byte 298 Memory Should Be Equal 0xfffb0008 0xc0 Byte 299 Memory Should Be Equal 0xfffb0009 0x00 Byte 300 Memory Should Be Equal 0xfffb000a 0x00 Byte 301 Memory Should Be Equal 0xfffb000b 0x00 Byte
|
D | python-engine.robot | 43 ... sysbus AddWatchpointHook 0xC0FFEE Byte Read "if error"
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/ahb/ |
D | renode_ahb_if.sv | 40 renode_pkg::Byte: return DataWidth >= 8; 50 renode_pkg::Byte: return Byte8bit; 60 Byte8bit: return renode_pkg::Byte;
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/axi/ |
D | renode_axi_if.sv | 63 renode_pkg::Byte: return DataWidth >= 8; 73 renode_pkg::Byte: return 'b000; 83 'b000: return renode_pkg::Byte;
|
/Renode-v1.15.3-c57714d/tests/peripherals/ |
D | MB85RC1MT.robot | 26 Should Read Write Single Byte In Lower Half 32 Should Read Write Single Byte In Upper Half
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/ |
D | renode_pkg.sv | 33 Byte = {56'b0, {8{1'b1}}} constant 82 Byte: return 1; 95 Byte: return 8;
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/ |
D | renode.sv | 119 …renode_pkg::writeRequestByte: write_to_bus(message.address, renode_pkg::Byte, message.data, messag… 123 …renode_pkg::readRequestByte: read_from_bus(message.address, renode_pkg::Byte, message.peripheral_i… 191 renode_pkg::Byte: message.action = renode_pkg::getByte; 227 renode_pkg::Byte: message.action = renode_pkg::pushByte;
|
/Renode-v1.15.3-c57714d/src/Plugins/WiresharkPlugin/ |
D | WiresharkSender.cs | 69 …erStream(GetPrefixedPipeName(), PipeDirection.Out, 1, PipeTransmissionMode.Byte, NamedPipeOptions); in TryOpenWireshark() 73 …NamedPipeServerStream(pipeName, PipeDirection.Out, 1, PipeTransmissionMode.Byte, NamedPipeOptions); in TryOpenWireshark()
|
/Renode-v1.15.3-c57714d/scripts/pydev/ |
D | nuvoton_npcx9_bootrom.py | 109 data = System.Array[System.Byte](range(out_buff_len)) 131 sha_buffer = System.Collections.Generic.List[System.Byte]()
|
/Renode-v1.15.3-c57714d/scripts/single-node/ |
D | veer_el2-tock.resc | 34 bus.AddWatchpointHook(0xd0580000, SysbusAccessWidth.Byte, Access.Write, handle_char)
|