Home
last modified time | relevance | path

Searched refs:file (Results 1 – 25 of 65) sorted by relevance

123

/Renode-v1.15.3-c57714d/tools/execution_tracer/execution_tracer/
Dexecution_tracer_reader.py60 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 …]
Ddwarf.py123 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/
DDeclarationPlace.cs24 public DeclarationPlace(Position position, string file) in DeclarationPlace() argument
27 File = file; in DeclarationPlace()
/Renode-v1.15.3-c57714d/tools/building/
Dregenerate_registers.sh12 for file in ${FILES[@]}; do
16 t4 -p:BASE_PATH=$BASE_PATH -o $CORES_PATH/${file}Registers.{cs,tt}
/Renode-v1.15.3-c57714d/
Drenode-test.bat21 …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…
Drenode-test15 …"skip_${DETECTED_OS}" --exclude "skip_host_${DETECTED_ARCH}" --properties-file "`get_path "$ROOT_P…
/Renode-v1.15.3-c57714d/tests/platforms/LiteX/
DLiteX_VexRiscv_I2S.robot18 # 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/
DHttpServer.cs56 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/
DREADME.rst3 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/
Dfile-paths.robot42 ${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.
Dhost-uart.robot13 # We need forceCreate because Allocate Temporary File creates a file which our
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/libs/socket-cpp/
DREADME.md152 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.
219file 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/
DREADME.md33 * `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/
DREADME.md3 …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/
DTftpServerModule.cs204 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/
DCMakeLists.txt5 file (GLOB SOURCES CONFIGURE_DEPENDS
/Renode-v1.15.3-c57714d/scripts/complex/litex_i2s/
DREADME.rst10 * $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/
D99-fomu.rules2 # 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/
Dverilator-integration-library.cmake3 # This file is deprecated.
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/SystemCModule/
DCMakeLists.txt9 file(GLOB_RECURSE SOURCES_SOCKET_CPP lib/socket-cpp/*.cpp)
/Renode-v1.15.3-c57714d/scripts/single-node/
Dxtensa.resc10 # load the ELF file
Dlitex_vexriscv_zephyr.resc5 # For details, please refer to the repl file.
/Renode-v1.15.3-c57714d/tools/metrics_analyzer/metrics_parser/
D__init__.py89 def _read(self, format, file): argument
90 return unpack(format, file.read(calcsize(format)))
/Renode-v1.15.3-c57714d/tests/peripherals/
Dangle_rotated.data1 # This file contains accelerometer test samples
Dcircle_rotated.data1 # This file contains accelerometer test samples

123