Helmut Neemann
Helmut Neemann
There is a Break component. When such a component is connected to a signal in your circuit, the "Run To Break" button becomes active, and clicking this button clocks the...
First, the real-time clock must be deactivated. Using the break component means that the circuit must be controlled manually. It makes little sense to connect the Break component to an...
The break component works similar to a breakpoint in a programming language. Here, too, you usually don't want to watch the program slowly work its way to the breakpoint, or...
It's not that hard! Here you can find a prototypical implementation [(v0.30-9)](https://infdigital.dhbw-mosbach.de/). But it has effects on many things and therefore it is very hard to test.
> I'm not sure I understand what you mean re effects and hard to test. To increase the performance of the simulator, the model calculation and the model drawing run...
> In the new design, is hitting the breakpoint the same as pressing the Pause button? Yes, it is. Or at least it should be. > It seems not, as...
The code that searches for the iverilog binary is quite sophisticated. I don't think this code is not working properly. I rather suspect it is a Mac-specific "security feature" that...
This simulator does not support the simulation of real-time behavior of circuits. Only one propagation time per gate is supported, which is not further specified. It is a compromise between...
It is possible to increase the font size in the settings.
To be honest, the complete HDL export was only implemented to give students an easy way to run a circuit designed in the simulator on an FPGA. It was not...