Helmut Neemann
Helmut Neemann
Note: The consideration of real splitters must take place across sub-circuit boundaries. If a sub-circuit is used multiple times and the signals of the inputs and outputs run through different...
@SmallRoomLabs You're right, it looks pretty ugly. But this is only because the bi-directional splitter is very limited in its capabilities. Since a bus is internally represented by a long-value,...
> But for a long term solution I recon that the wire/bus handling have to be reworked into something more flexible - at least is that what I would plan...
@Tynach Not quite. A bus is something different in Digital than e.g. in a software for analog circuits. In digital the signals on a bus are treated like integer values...
@Tynach If something substantial is built from only transistors, the conversion of bits into ints and vice versa is neglectable. Optimizing something here would not have a significant impact on...
@kokowadoko This could be. I am not very familiar with the simulation algorithms implemented in Logisim.
Hmm! I'm still using v0.37-dev. Maybe there are some changes in the final version. I have to look at it.
I tested with v0.37 and all tests passed. Maybe your installation is not complete. One of the error messages says that libraries are not found.
In the simulator, ram can only be initialized if it is marked as program memory. In general, ram can not be initialized. And also in Verilog or VHDL this is...
This seems to be a problem with Java 17 and jacoco. I'm going to take a look at that. In the meantime, you can remove the jacoco plugin that is...