Helmut Neemann
Helmut Neemann
> Though I still think a boolean for an direction is yucky. I agree!
Up to now I like this the most: ``` Go type Ticker interface { Ticks(min, max float64) []plot.Tick } type SizedTicker interface { Ticker SetAxis(axis *plot.Axis, width vg.Length, orientation Orientation)...
[Here](https://github.com/hneemann/plot) you can find a prototype implementation of this enhancement. The repo includes a package `denseTest` which contains a example usage of this new capabilities. It shows how the markers...
You are right. It's complicated because you have to carefully choose which gates to place together in a chip to make wiring easier. In addition, most components cannot be easily...
> Ah but you see. FPGAs are no fun I'm probably too much of a software guy. :smile: I found it so impressive when I saw my own processor running...
Are you able to reproduce this issue? It seems to be a duplicate of #364. I can not reproduce this error despite all attempts. Therefore, I can not fix it....
Just tested: Open examples/sequential/conway/Conway.dig (1000+ components and wires), move any part or the compete circuit arround, press Ctrl-Z and no problem whatsoever.
When I open this circuit, and move parts of it or all of it, ctrl-z works without problems. Are there any files named like `Digital_2021-09-22_16-16-12.log` in your home-folder? It is...
The simulator uses event-sourcing for the undo. So all changes since the last loading of the circuit are stored and if a step is to be undone, the original circuit...
On a linux system such a file is stored directly in the home folder. If there is none, none was created. Too bad!