Home
last modified time | relevance | path

Searched refs:src (Results 1 – 23 of 23) sorted by relevance

/Renode-v1.15.3-c57714d/tests/unit-tests/RenodeTests/
DRenodeTests_NET.csproj21 <ProjectReference Include="..\..\..\src\Renode\Renode_NET.csproj"/>
22 <ProjectReference Include="..\..\..\src\Infrastructure\src\Infrastructure_NET.csproj"/>
23 …<ProjectReference Include="..\..\..\src\Infrastructure\src\Emulator\Main\Tests\UnitTests\UnitTests…
24 <ProjectReference Include="..\..\..\src\Infrastructure\src\Infrastructure_NET.csproj"/>
/Renode-v1.15.3-c57714d/tools/building/
Dregenerate_registers.sh7 CORES_PATH=$THIS_DIR/../../src/Infrastructure/src/Emulator/Cores
8 BASE_PATH=$THIS_DIR/../../src/Infrastructure/src/Emulator/Cores/Common/
Dcheck_weak_implementations.sh16 pushd ../../src/Infrastructure/src/Emulator/Cores/ > /dev/null
/Renode-v1.15.3-c57714d/tools/packaging/
Dcommon_copy_files.sh24 cp -r $BASE/src/Plugins/CoSimulationPlugin/IntegrationLibrary $DIR/plugins
26 cp -r $BASE/src/Infrastructure/src/Emulator/Cores/renode/include/{renode_imports,map}.h $DIR/plugin…
27 …ED_COMMAND s:../../../../Infrastructure/src/Emulator/Cores/renode/include/::g $DIR/plugins/Integra…
28 cp -r $BASE/src/Plugins/SystemCPlugin/SystemCModule $DIR/plugins
/Renode-v1.15.3-c57714d/tools/PeakRDL-renode/tests/
DSystemRDLPeripheralsTests_NET.csproj15 <ProjectReference Include="..\..\..\src\Infrastructure\src\Infrastructure_NET.csproj"/>
/Renode-v1.15.3-c57714d/src/Plugins/WiresharkPlugin/
DBLESniffer.cs127 private void FillRestOfData(byte[] src, byte[] dest, int offset) in FillRestOfData() argument
129 for(int i = 0; i < src.Length; i++) in FillRestOfData()
131 dest[i + offset] = src[i]; in FillRestOfData()
DWiresharkPlugin_NET.csproj12 <ProjectReference Include="..\..\Infrastructure\src\Infrastructure_NET.csproj"/>
/Renode-v1.15.3-c57714d/tools/csv2resd/
Dcsv2resd.py132 for i, src in enumerate(map_from):
133 src = map_source(labels, src)
134 if src is None:
136 map_from[i] = src
/Renode-v1.15.3-c57714d/scripts/complex/arduino_nano/
DREADME.rst13 the `Arduino/libraries/Arduino_TensorFlowLite/src/tensorflow/lite/micro/arduino` directory
16 …L_OBJECT/s/(Serial)/(Serial1)/' ~/Arduino/libraries/Arduino_TensorFlowLite/src/tensorflow/lite/mic…
/Renode-v1.15.3-c57714d/
D.gitignore19 src/Renode/Properties/AssemblyInfo.cs
D.gitmodules1 [submodule "src/Infrastructure"]
2 path = src/Infrastructure
DRenode_NET.sln16 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "src\Infrastructure\src\Infra…
20 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BigGustave", "lib\BigGustave\src\BigGustave\Bi…
42 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoSimulationPlugin_NET", "src\Plugins\CoSimula…
44 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WiresharkPlugin_NET", "src\Plugins\WiresharkPl…
46 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SystemCPlugin_NET", "src\Plugins\SystemCPlugin…
48 …03F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleCommandPlugin_NET", "src\Infrastructure\src\Plugins\Sa…
50 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TracePlugin_NET", "src\Infrastructure\src\Plug…
52 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MonitorTests_NET", "src\Infrastructure\src\Emu…
56 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PeripheralsTests_NET", "src\Infrastructure\src
60 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests_NET", "src\Infrastructure\src\Emulat…
[all …]
DRenode.sln4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Renode", "src\Renode\Renode.csproj", "{5A7EF2B…
26 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure", "src\Infrastructure\src\Infra…
28 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonitorTests", "src\Infrastructure\src\Emulato…
30 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "src\Infrastructure\src\Emulator\M…
32 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PeripheralsTests", "src\Infrastructure\src\Emu…
34 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleCommandPlugin", "src\Infrastructure\src\…
36 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TracePlugin", "src\Infrastructure\src\Plugins\…
38 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SystemCPlugin", "src\Plugins\SystemCPlugin\Sys…
40 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WiresharkPlugin", "src\Plugins\WiresharkPlugin…
42 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CoSimulationPlugin", "src\Plugins\CoSimulation…
[all …]
Dbuild.sh336 …for project_dir in $(find "$(get_path "${ROOT_PATH}/src")" -iname '*.csproj' -exec dirname '{}' \;)
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/SystemCModule/
DCMakeLists.txt13 src/renode_bridge.cpp
/Renode-v1.15.3-c57714d/src/Renode/
DRenode_NET.csproj51 …<ProjectReference Include="..\Infrastructure\src\Plugins\SampleCommandPlugin\SampleCommandPlugin_N…
52 <ProjectReference Include="..\Infrastructure\src\Plugins\TracePlugin\TracePlugin_NET.csproj"/>
58 <ProjectReference Include="..\Infrastructure\src\Infrastructure_NET.csproj"/>
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/
DSystemCPlugin_NET.csproj20 <ProjectReference Include="..\..\Infrastructure\src\Infrastructure_NET.csproj"/>
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/
DCoSimulationPlugin_NET.csproj21 <ProjectReference Include="..\..\Infrastructure\src\Infrastructure_NET.csproj" />
/Renode-v1.15.3-c57714d/src/Renode/Network/NetworkServer/
DNetworkServer.cs169 … var src = new IPEndPoint(((IPv4Packet)packet.ParentPacket).SourceAddress, packet.SourcePort); in HandleUdp()
170 module.HandleUdp(src, packet, (s, r) => HandleUdpResponse(s, r)); in HandleUdp()
/Renode-v1.15.3-c57714d/tools/external_control_client/
DREADME.md5 The server's implementation can be found in this repository in `src/Renode/Network/ExternalControl/…
47 For example, `example_client` application with sources in `~/example_client/src` directory can be b…
49 renode$ mkdir build && cmake -DAPP_NAME=example_client -DAPP_SOURCES_DIR=~/example_client/src -S to…
/Renode-v1.15.3-c57714d/src/Renode/Network/NetworkServer/Modules/
DTftpServerModule.cs88 private void HandleLog(object src, TftpLogEventArgs args) in HandleLog() argument
/Renode-v1.15.3-c57714d/tests/platforms/verilated/
Daxi.robot73 [Arguments] ${src}
76 Execute Command dma WriteDoubleWord 0x10 ${src}
/Renode-v1.15.3-c57714d/platforms/cpus/
Dambiq-apollo4.repl79 WriteWord 0x226 0x5811 // asm: ldr r1, [r2, r0] // load src + numWords to r5