logicrs
logicrs copied to clipboard
Add new (interesting) examples
Add new example projects to the examples/ directory, like subtractors, multipliers, gates, etc.
This does not require writing any code
It's quite difficult to make mux. I am trying to get a module to output a switch and it's NOT value but im not just able to do that.I can't find a way to pass same input in 2 gates/modules.
Edit: I have got the way to make it, sorry for extra comment. I was able to make mux and demux, please check out PR #30. I am not sure why the checks are failing. :sweat_smile:
Btw, would you be interested in adding encoders, priority encoders, decoders to examples? I thought about parity but wasn't sure is that was needed.
Also, what kind of subtractors are you looking for?
Sure, everything is appreciated. I don't have particular specific plans to what should be added, the examples should just demonstrate what the simulator can do
Sure, everything is appreciated. I don't have particular specific plans to what should be added, the examples should just demonstrate what the simulator can do
Alright, I have put a PR related to that, please take a look @Spydr06.