/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, 11 * $simulation_duration - a period (in virtual seconds) for the simulation to run, 14 How to run 19 Run the following lines in the Monitor in order to run the demo: 24 Note: There is no need to start the simulation after including the script - it will run the simulat…
|
/Renode-v1.15.3-c57714d/tools/packaging/conda/ |
D | README.rst | 15 If you have already installed ``conda``, simply run:: 20 On Linux and macOS run:: 24 On Windows, as it does not depend on Mono provided by ``conda-forge``, run:: 35 To install packages from the ``antmicro`` channel, run::
|
/Renode-v1.15.3-c57714d/tools/external_control_client/examples/gpio/ |
D | main.c | 47 bool run; member 55 udata->run = false; in gpio_callback() 118 .run = true in main() 126 while (user_data.run) { in main()
|
/Renode-v1.15.3-c57714d/ |
D | README.md | 28 Renode addresses this issue by letting you run unmodified binaries identical to the ones you would … 74 Please note that the portable package requires GTK2 to be available on the host to run with the UI … 101 The **.NET SDK** includes runtime, so you will be able to build and run Renode. 134 To write and run test cases, Renode integrates with the Robot testing framework. 167 The optional `[file]` argument allows you to provide the path to a script to be run on startup. 184 Renode can be run on Windows systems with a similar set of optional flags. 196 #### renode-run 198 `renode-run` is a Python script that downloads and runs Renode, and lets you easily run demos avail… 199 Go to [the repository](https://github.com/antmicro/renode-run) for usage instructions. 201 `renode-run` relies on a portable package and its main advantage is the ease of updating Renode to … [all …]
|
D | CONTRIBUTING.md | 27 * the exact platform you are trying to run (`.resc` and `.repl` files or links to those if you are … 30 …n some cases users are not able to share the full source code of the binary they are trying to run.
|
/Renode-v1.15.3-c57714d/tools/gdb_compare/ |
D | README.md | 7 To install required python packages run: 23 Command used to run the GDB server provider used as a reference 27 …GDB command to run on both instances after each instruction. Outputs of these commands are compare… 41 Path to the GDB binary to be run
|
/Renode-v1.15.3-c57714d/scripts/complex/fomu/ |
D | README.rst | 4 …rid emulation where part of the platform is emulated in Renode and part is run on an actual hardwa… 20 How to run it? 50 3. Start Renode and run 'renode_etherbone_fomu.resc' script.
|
/Renode-v1.15.3-c57714d/tools/PeakRDL-renode/tests/ |
D | generate_cs.py | 40 subprocess.run(test['peakrdl'])
|
/Renode-v1.15.3-c57714d/tests/ |
D | run_tests.py | 42 tests_engine.run()
|
D | renode-keywords.robot | 205 Fail Failed to run profiler. Available only for .NET platform. skipped 212 Fail Failed to run profiler. Available only for .NET platform.
|
D | tests_engine.py | 352 ok, suite_log_files = suite.run(options, 466 def run(): function
|
D | nunit_tests_provider.py | 85 def run(self, options, run_id, iteration_index=1, suite_retry_index=0): member in NUnitTestSuite
|
/Renode-v1.15.3-c57714d/scripts/single-node/ |
D | polarfire-soc.resc | 24 ## If you don't want the core to run, issue:
|
D | veer_el2-tock.resc | 4 # Set to path of the bootable Tock image to run.
|
/Renode-v1.15.3-c57714d/tools/external_control_client/ |
D | README.md | 61 …n can be used to progress emulation time multiple times with an ability to run it again and connec… 64 …g the same format as the CLI argument, with an optional new number of times to run, defaults to 1. 73 * <REPEAT> is an optional number of times (default: 1) to run
|
/Renode-v1.15.3-c57714d/scripts/complex/socketcan_bridge/ |
D | README.rst | 15 To setup a virtual bus, named ``vcan0``, run the following commands::
|
/Renode-v1.15.3-c57714d/scripts/complex/ |
D | efr32xg24-twonode_demo.resc | 4 # Change this to the actual location of the application to run
|
/Renode-v1.15.3-c57714d/tools/PeakRDL-renode/src/peakrdl_renode/ |
D | scanner.py | 54 def run(self) -> ScannedState: member in RdlDesignScanner
|
/Renode-v1.15.3-c57714d/tests/peripherals/ |
D | AK09918.robot | 36 …Evaluate subprocess.run([sys.executable, "${CSV2RESD}", ${args}]) sys,subp…
|
D | HS3001.robot | 37 …Evaluate subprocess.run([sys.executable, "${CSV2RESD}", ${args}]) sys,subp…
|
D | ICP_101xx.robot | 56 …Evaluate subprocess.run([sys.executable, "${CSV2RESD}", ${args}]) sys,subp…
|
/Renode-v1.15.3-c57714d/tests/unit-tests/AdHocCompiler/ |
D | adhoc-compiler.robot | 43 # and to run this test in a different process to make it isolated, because in .NET Framework
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/libs/socket-cpp/ |
D | README.md | 196 To directly run the unit test binary, you must indicate the path of the INI conf file (see the sect… 219 If you want to indicate a configuration file to run unit tests with "CTest", before clicking on "Co… 235 If you have provided a valid configuration file to CMake-gui (TEST_INI_FILE), you can run unit test… 269 An alternative way to compile and run unit tests :
|
/Renode-v1.15.3-c57714d/tests/tools/ |
D | execution_tracer_reader.robot | 69 …${output}= Evaluate subprocess.run([sys.executable] + ${all_args}) sys,subp…
|
/Renode-v1.15.3-c57714d/tests/unit-tests/ |
D | sync_pc.robot | 119 # Tests run a loop of nops, after first loop translation blocks should be chained, then a hook can …
|