/Renode-v1.15.3-c57714d/tools/execution_tracer/execution_tracer/ |
D | execution_tracer_reader.py | 60 def read_header(file): argument 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) 95 def read_file(file, disassemble, llvm_disas_path): argument 96 header = read_header(file) [all …]
|
D | dwarf.py | 123 self._code_files = [open(file) for file in self.code_filenames] 150 for file in self.code_filenames: 151 if file_name == file: 153 for file in self.code_filenames: 154 if os.path.basename(file) == os.path.basename(file_name): 155 return file 317 line_program["file_entry"][previous_state.file - delta].name 320 dir_index = line_program["file_entry"][previous_state.file - delta]["dir_index"] - delta
|
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/ |
D | DeclarationPlace.cs | 24 public DeclarationPlace(Position position, string file) in DeclarationPlace() argument 27 File = file; in DeclarationPlace()
|
/Renode-v1.15.3-c57714d/tools/building/ |
D | regenerate_registers.sh | 12 for file in ${FILES[@]}; do 16 t4 -p:BASE_PATH=$BASE_PATH -o $CORES_PATH/${file}Registers.{cs,tt}
|
/Renode-v1.15.3-c57714d/ |
D | renode-test.bat | 21 …py -3 "%SCRIPTDIR%\tests\run_tests.py" --css-file "%SCRIPTDIR%\lib\resources\styles\robot.css" --e… 23 …py -3 "%SCRIPTDIR%\..\tests\run_tests.py" --css-file "%SCRIPTDIR%\..\tests\robot.css" --exclude "s…
|
D | renode-test | 15 …"skip_${DETECTED_OS}" --exclude "skip_host_${DETECTED_ARCH}" --properties-file "`get_path "$ROOT_P…
|
/Renode-v1.15.3-c57714d/tests/platforms/LiteX/ |
D | LiteX_VexRiscv_I2S.robot | 18 # sample input file is around 3s long, but let's give some more time for processing 21 # in order to make sure the output file is closed
|
/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/ |
D | HttpServer.cs | 56 if(!TemporaryFilesManager.Instance.TryCreateFile(RobotPortFile, out var file)) in TryCreatePortFile() 64 File.WriteAllText(file, actualPort.ToString()); in TryCreatePortFile()
|
/Renode-v1.15.3-c57714d/scripts/complex/hci_uart/ |
D | README.rst | 3 There are two pre-built samples available that you can select in the ``.resc`` file (uncomment the … 8 ``$port`` variable must be set before loading ``.resc`` file, which will allow to connect Zephyr BL…
|
/Renode-v1.15.3-c57714d/tests/unit-tests/ |
D | file-paths.robot | 42 ${base_file}= Join Path ${SUITE_TEMPDIR} file 48 ${next_file}= Join Path ${SUITE_TEMPDIR} file.1 73 # Using a string argument allows spaces in the file path.
|
D | host-uart.robot | 13 # We need forceCreate because Allocate Temporary File creates a file which our
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/libs/socket-cpp/ |
D | README.md | 152 You can also set CA file if you want. Otherwise, for now, passphrase must be included in the privat… 196 To directly run the unit test binary, you must indicate the path of the INI conf file (see the sect… 209 …l that you will need, later, to place in the same directory as the binary file that used the socke… 213 …:/Users/Amine/Documents/Work/PROJECTS/GitHub/socket-cpp), where the main CMakeLists.txt file exist. 219 …file to run unit tests with "CTest", before clicking on "Configure", click on "Add entry" and add … 235 If you have provided a valid configuration file to CMake-gui (TEST_INI_FILE), you can run unit test… 246 an INI configuration file. You need to fill that file with some parameters. 248 parameters only for the enabled tests. A template of the INI file already exists under SocketTest/ 263 You can also generate an XML file of test results by adding --getst_output argument when calling th… 279 … tool like https://github.com/adarmalik/gtest2html to convert your XML test result in an HTML file. [all …]
|
/Renode-v1.15.3-c57714d/tools/PeakRDL-renode/ |
D | README.md | 33 * `FILE` - SystemRDL file to read 38 * `-o OUTPUT` - path/name of the file to export the C# code into 46 will generate _MyI2CController_gen.cs_ file containing `MyI2CController` partial class in 53 that serves as a starting point for writing your peripheral model. Do not edit the generated file. 54 Instead write the rest of the implementation in another file, within the same .NET/Mono assembly. 84 … SystemRDL. Those classes contain fields that correspond to `field` entries in your SystemRDL file. 86 For example, if your SystemRDL file contains a `register` named `status`, with a field called
|
/Renode-v1.15.3-c57714d/tools/csv2resd/ |
D | README.md | 3 …2RESD tool, which allows converting CSV files to RESD (**RE**node **S**ensor **D**ata) file format. 9 `GROUP ::= --input <csv-file> [--map <type>:<field(s)>:<target(s)>*:<channel>*] --start-time <start…
|
/Renode-v1.15.3-c57714d/src/Renode/Network/NetworkServer/Modules/ |
D | TftpServerModule.cs | 204 foreach(var file in Directory.GetFiles(dir)) in FindFile() 206 if(file.Substring(dir.Length + 1) == filename) in FindFile() 208 result = file; in FindFile()
|
/Renode-v1.15.3-c57714d/tools/external_control_client/lib/ |
D | CMakeLists.txt | 5 file (GLOB SOURCES CONFIGURE_DEPENDS
|
/Renode-v1.15.3-c57714d/scripts/complex/litex_i2s/ |
D | README.rst | 10 * $zephyr_application - an ELF file with the application to run on the CPU, 17 The demo requires an `output_file` that points to the file containing the sound data generated by t…
|
/Renode-v1.15.3-c57714d/scripts/complex/fomu/ |
D | 99-fomu.rules | 2 # Copy this file to /etc/udev/rules.d in order to enable access to Fomu device by non-root users
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/ |
D | verilator-integration-library.cmake | 3 # This file is deprecated.
|
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/SystemCModule/ |
D | CMakeLists.txt | 9 file(GLOB_RECURSE SOURCES_SOCKET_CPP lib/socket-cpp/*.cpp)
|
/Renode-v1.15.3-c57714d/scripts/single-node/ |
D | xtensa.resc | 10 # load the ELF file
|
D | litex_vexriscv_zephyr.resc | 5 # For details, please refer to the repl file.
|
/Renode-v1.15.3-c57714d/tools/metrics_analyzer/metrics_parser/ |
D | __init__.py | 89 def _read(self, format, file): argument 90 return unpack(format, file.read(calcsize(format)))
|
/Renode-v1.15.3-c57714d/tests/peripherals/ |
D | angle_rotated.data | 1 # This file contains accelerometer test samples
|
D | circle_rotated.data | 1 # This file contains accelerometer test samples
|