diff --git a/src/test/resources/docu/static_en.xml b/src/test/resources/docu/static_en.xml index 955ff7dc5..fe5f810f7 100644 --- a/src/test/resources/docu/static_en.xml +++ b/src/test/resources/docu/static_en.xml @@ -12,6 +12,17 @@ In the folder examples you can find many examples including a working single cycle harvard 16 bit processor. + + The simulator has two modes of operation: In the editing mode it is possible to modify the circuit. + You can add components or connect components by wires. The simulation is not active in this mode. + The editing mode can be activated by pressing Edit components. + The simulation mode is activated by pressing Start. While starting the simulation the circuit + is checked for consistency. If the are errors in the circuit an error message is shown. If possible + the affected components or wires are highlighted. If there are no errors, the simulation is activated. + Now you can interact with the running simulation. + In the simulation mode it is not possible to modify the circuit. To do so you have to activate the + editing mode again. +