Home
last modified time | relevance | path

Searched refs:simulate (Results 1 – 5 of 5) sorted by relevance

/Renode-v1.15.3-c57714d/tools/guest_cache/src/
Dcache_testbench.py25 def simulate(self, data: list[Dict[str, int]]): member in TestLogInterface
83 test.simulate([
112 test.simulate([
142 test.simulate([
173 test.simulate([
191 test.simulate([
239 test.simulate([
255 test.simulate([
272 test.simulate([
319 test.simulate([
[all …]
Drenode_cache_interface.py46 def simulate(self) -> None: member in RenodeLogInterface
181 log.simulate()
/Renode-v1.15.3-c57714d/tests/platforms/verilated/
DUARTLite.robot104 # Sleep after 1000 iterations in "simulate" loop (renode.cpp)
117 # Both ports wrong when calling "simulate" (sim_main.cpp)
126 # Wrong "second" port when calling "simulate" (sim_main.cpp)
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/
Drenode_bus.h57 virtual void simulate();
Drenode_bus.cpp197 void RenodeAgent::simulate() in simulate() function in RenodeAgent