| /Renode-v1.15.3-c57714d/tests/peripherals/ |
| D | NRF52840_GPIO.robot | 7 # 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
|
| D | LSM330.robot | 32 # those are raw values read from sensor's registers 48 # those are raw values read from sensor's registers
|
| D | ICP_101xx.robot | 31 # 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/ |
| D | execution_tracer_reader.py | 61 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 …]
|
| D | coverview_integration.py | 58 sources.write(code_file.read())
|
| /Renode-v1.15.3-c57714d/tests/unit-tests/ |
| D | per-core-registration.robot | 87 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 …]
|
| D | peripheral-hooks.robot | 17 … 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/ |
| D | README.md | 52 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/ |
| D | Arty_LiteX_VexRiscv.robot | 103 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/ |
| D | SystemRDLGenTest.cs | 316 var read = peripheral.ReadDoubleWord((long)offset); in TestFieldModeRead() 317 Assert.AreEqual(pat, BitHelper.GetMaskedValue(read, low, field.Width) >> low); in TestFieldModeRead() 318 …read = 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 …]
|
| D | generate_cs.py | 31 test_desc = json.loads(json_file.read())
|
| /Renode-v1.15.3-c57714d/scripts/single-node/ |
| D | segger-rtt.py | 17 def read(cpu, _): function 52 add_hook("SEGGER_RTT_ReadNoLock", read, "with_read")
|
| /Renode-v1.15.3-c57714d/tests/platforms/ |
| D | ambiq-apollo4.robot | 194 …# 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__.py | 47 entryHeader = f.read(entry.size) 90 return unpack(format, file.read(calcsize(format)))
|
| /Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/buses/ |
| D | apb3.h | 15 virtual uint64_t read(int width, uint64_t addr);
|
| D | wishbone.h | 35 virtual uint64_t read(int width, uint64_t addr);
|
| D | axi-slave.h | 21 virtual uint64_t read(uint64_t addr);
|
| D | bus.h | 44 virtual uint64_t read(int width, uint64_t addr) = 0;
|
| D | axilite.h | 16 virtual uint64_t read(int width, uint64_t addr);
|
| D | apb3.cpp | 65 uint64_t APB3::read(int width, uint64_t addr) in read() function in APB3
|
| D | wishbone.cpp | 85 uint64_t Wishbone::read(int width, uint64_t addr) in read() function in Wishbone
|
| /Renode-v1.15.3-c57714d/tools/PeakRDL-renode/ |
| D | README.md | 33 * `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/ |
| D | renode_cache_interface.py | 69 self.l1i.read(pc) 89 self.l1d.read(address)
|
| /Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/hdl/modules/axi/ |
| D | renode_axi_manager.sv | 60 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/ |
| D | da16200.resc | 6 # Load helper attaching SEGGER read/write functions to a virtual console with `setup_segger_rtt`.
|