I was thinking it might be cool to set up a library of circuits for Logisim here because Logisim is missing some things right off the bat so it might be good to share. They don't need to be perfect, I know mine aren't, but they should at least work for the most part.
I'll start it off -
I've got several things in here. First is a seven segment decoder as well as a seven segment display type thing with hex inputs because Logisim lacks this feature. Takes up a bit of space, but it works.
Next up is a small 8bit alu with the codes inside, does 12 operations (math and logic), IIRC.
I've got an 8 bit register that I made because the default ones dont have a load input. It has two outputs of the same thing so you can put a probe on it to display the value like on the default registers.
Two 4 bit counters are included, one has a parallel load and the other resets after 9. I also have some really crappy hand made RAM... No particular reason, really.
I have a couple of shift registers with parallel load, shift left and shift right in 4-32 bit.
Last but not least is the second most complex thing I've made (second to my half working crappy cpu), an "alarm" clock. Cant really sound an alarm, but it does set off a light. It has hrs/minute set buttons, you can toggle view of the alarm and clock, and you can only change them when toggled to the right one. Switch to the twelve hour chip if you like, but there's no am/pm support right now.
EDIT:just made something cool but so far pretty useless. Its a 2 color (well black/the color of the led) 16x16 screen. Well, it can have as many as 16 pixels horizontally, you could technically expand it as much as you want vertically.


LinkBack URL
About LinkBacks
just made something cool but so far pretty useless. Its a 2 color (well black/the color of the led) 16x16 screen. Well, it can have as many as 16 pixels horizontally, you could technically expand it as much as you want vertically. 



Reply With Quote
Bookmarks