Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 66) sorted by relevance

123

/Renode-v1.15.3-c57714d/tests/peripherals/
DNRF52840_GPIO.robot7 # read IN, by default it should return 0
14 # read IN, now expecting pull-up for pin#5
21 # read IN, now expect to read the button state - false
28 # read IN, expect to read the button state - true
35 # read IN, now expect to read the button state - false
DLSM330.robot32 # those are raw values read from sensor's registers
48 # those are raw values read from sensor's registers
DICP_101xx.robot31 # temperature read is in miliCelsius, pressure in kiloPascals
91 …dent on a specific software build, because the samples need to be fed and read-out at strict inter…
/Renode-v1.15.3-c57714d/tools/execution_tracer/execution_tracer/
Dexecution_tracer_reader.py61 if file.read(len(FILE_SIGNATURE)) != FILE_SIGNATURE:
64 version = file.read(1)
68 pc_length_raw = file.read(1)
69 opcodes_raw = file.read(1)
76 uses_thumb_flag_raw = file.read(1)
77 identifier_length_raw = file.read(1)
83 triple_and_model_raw = file.read(identifier_length)
135 thumb_flag_raw = self.file.read(1)
142 block_length_raw = self.file.read(8)
152 pc = self.file.read(self.pc_length)
[all …]
Dcoverview_integration.py58 sources.write(code_file.read())
/Renode-v1.15.3-c57714d/tests/unit-tests/
Dper-core-registration.robot87 Wait For Line On Uart Core 0 read from ${COMMON_MEMORY} returned: 0xDEADF00D
88 Wait For Line On Uart Core 1 read from ${COMMON_MEMORY} returned: 0xDEADF00D
95 Wait For Line On Uart Core 0 read from ${PER_CORE_MEMORY} returned: 0x0
97 Wait For Line On Uart Core 0 read from ${PER_CORE_MEMORY} returned: 0xB0B0B0B0
99 Wait For Line On Uart Core 1 read from ${PER_CORE_MEMORY} returned: 0x0
101 Wait For Line On Uart Core 1 read from ${PER_CORE_MEMORY} returned: 0xBABABABA
112 Wait For Line On Uart Core 0 read from ${PER_CORE_MEMORY} returned: 0xFEEDFACE
113 Wait For Line On Uart Core 1 read from ${PER_CORE_MEMORY} returned: 0xFEE1DEAD
122 Wait For Line On Uart Core 0 read from ${PER_CORE_MEMORY} returned: 0xFEEDFACE
123 Wait For Line On Uart Core 1 read from ${PER_CORE_MEMORY} returned: 0xFEE1DEAD
[all …]
Dperipheral-hooks.robot17 … sysbus SetHookAfterPeripheralRead sysbus.mem "self.Log(LogLevel.Info, 'read: 0x{0:x}', value)"
19 Wait For Log Entry read: ${expectedOutput}
/Renode-v1.15.3-c57714d/tools/guest_cache/
DREADME.md52 Instructions read: 174620452
53 Total memory operations: 68952483 (read: 50861775, write 18090708)
54 Total I/O operations: 1875 (read: 181, write 1694)
/Renode-v1.15.3-c57714d/tests/platforms/LiteX/
DArty_LiteX_VexRiscv.robot103 Write Line To Uart debug cas buttons read
107 Write Line To Uart debug cas buttons read
111 Write Line To Uart debug cas buttons read
115 Write Line To Uart debug cas buttons read
119 Write Line To Uart debug cas buttons read
126 Write Line To Uart debug cas buttons read
130 Write Line To Uart debug cas buttons read
/Renode-v1.15.3-c57714d/tools/PeakRDL-renode/tests/
DSystemRDLGenTest.cs316 var read = peripheral.ReadDoubleWord((long)offset); in TestFieldModeRead()
317 Assert.AreEqual(pat, BitHelper.GetMaskedValue(read, low, field.Width) >> low); in TestFieldModeRead()
318read = peripheral.ReadDoubleWord((long)offset); // Another check to ensure that the value was not … in TestFieldModeRead()
319 Assert.AreEqual(pat, BitHelper.GetMaskedValue(read, low, field.Width) >> low); in TestFieldModeRead()
326 var read = peripheral.ReadDoubleWord((long)offset); in TestFieldModeRead()
327 Assert.AreEqual(0, BitHelper.GetMaskedValue(read, low, field.Width)); in TestFieldModeRead()
328 read = peripheral.ReadDoubleWord((long)offset); in TestFieldModeRead()
329 Assert.AreEqual(0, BitHelper.GetMaskedValue(read, low, field.Width)); in TestFieldModeRead()
332 read = peripheral.ReadDoubleWord((long)offset); in TestFieldModeRead()
333 Assert.AreEqual(1, BitHelper.GetMaskedValue(read, low, field.Width) >> low); in TestFieldModeRead()
[all …]
Dgenerate_cs.py31 test_desc = json.loads(json_file.read())
/Renode-v1.15.3-c57714d/scripts/single-node/
Dsegger-rtt.py17 def read(cpu, _): function
52 add_hook("SEGGER_RTT_ReadNoLock", read, "with_read")
/Renode-v1.15.3-c57714d/tests/platforms/
Dambiq-apollo4.robot194 …# A single software trigger is sent by the example so a single read from each slot should be print…
196 Wait For Line On Uart ADC#0 sample read=681, measured voltage=197.0 mV
197 Wait For Line On Uart ADC#1 sample read=1363, measured voltage=395.0 mV
198 Wait For Line On Uart ADC#2 sample read=2729, measured voltage=792.0 mV
199 Wait For Line On Uart ADC#3 sample read=4092, measured voltage=1188.0 mV
205 Wait For Line On Uart ADC#0 sample read=681, measured voltage=197.0 mV
206 Wait For Line On Uart ADC#1 sample read=0, measured voltage=0.0 mV
207 Wait For Line On Uart ADC#2 sample read=3445, measured voltage=1000.0 mV
208 Wait For Line On Uart ADC#3 sample read=4092, measured voltage=1188.0 mV
/Renode-v1.15.3-c57714d/tools/metrics_analyzer/metrics_parser/
D__init__.py47 entryHeader = f.read(entry.size)
90 return unpack(format, file.read(calcsize(format)))
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/buses/
Dapb3.h15 virtual uint64_t read(int width, uint64_t addr);
Dwishbone.h35 virtual uint64_t read(int width, uint64_t addr);
Daxi-slave.h21 virtual uint64_t read(uint64_t addr);
Dbus.h44 virtual uint64_t read(int width, uint64_t addr) = 0;
Daxilite.h16 virtual uint64_t read(int width, uint64_t addr);
Dapb3.cpp65 uint64_t APB3::read(int width, uint64_t addr) in read() function in APB3
Dwishbone.cpp85 uint64_t Wishbone::read(int width, uint64_t addr) in read() function in Wishbone
/Renode-v1.15.3-c57714d/tools/PeakRDL-renode/
DREADME.md33 * `FILE` - SystemRDL file to read
126 the registers are already defined, so adding read/write callbacks has to be done manually after
142 For each memory a wrapper structure is generated. It defines read/write access methods for the
207 ### Software read/write operations
210 The read and write methods are fully generated, for example:
/Renode-v1.15.3-c57714d/tools/guest_cache/src/
Drenode_cache_interface.py69 self.l1i.read(pc)
89 self.l1d.read(address)
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/axi/
Drenode_axi_manager.sv60 read(0, address, burst_size, data, is_error);
104 …task static read(transaction_id_t id, address_t address, burst_size_t burst_size, output data_t da… task
/Renode-v1.15.3-c57714d/scripts/multi-node/
Dda16200.resc6 # Load helper attaching SEGGER read/write functions to a virtual console with `setup_segger_rtt`.

123