Home
last modified time | relevance | path

Searched refs:Byte (Results 1 – 14 of 14) sorted by relevance

/Renode-v1.15.3-c57714d/tests/unit-tests/
Dsysbus.robot81 …[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 …]
Dperipheral-hooks.robot27 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
Duart-tester.robot94 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
Darm-ge-flag.robot24 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 …
Dbig-endian-watchpoint.robot125 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
Dpython-engine.robot43 ... sysbus AddWatchpointHook 0xC0FFEE Byte Read "if error"
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/ahb/
Drenode_ahb_if.sv40 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/
Drenode_axi_if.sv63 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/
DMB85RC1MT.robot26 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/
Drenode_pkg.sv33 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/
Drenode.sv119 …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/
DWiresharkSender.cs69 …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/
Dnuvoton_npcx9_bootrom.py109 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/
Dveer_el2-tock.resc34 bus.AddWatchpointHook(0xd0580000, SysbusAccessWidth.Byte, Access.Write, handle_char)