logicrs icon indicating copy to clipboard operation
logicrs copied to clipboard

Add new (interesting) examples

Open Spydr06 opened this issue 2 years ago • 4 comments

Add new example projects to the examples/ directory, like subtractors, multipliers, gates, etc.

This does not require writing any code

Spydr06 avatar Oct 01 '23 09:10 Spydr06

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:

VoidVampire avatar Oct 02 '23 05:10 VoidVampire

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?

VoidVampire avatar Oct 04 '23 08:10 VoidVampire

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

Spydr06 avatar Oct 04 '23 11:10 Spydr06

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.

VoidVampire avatar Oct 04 '23 14:10 VoidVampire