Posts

Showing posts with the label logisim

Klunky Nibble to Hex 7-Segment Display Logic

Image
I've been learning about proper low level stuff like how to build CPU's and simple computers from the ground up using logic gates. This evenings playtime was a naive - ie without any boolean simplification - implementation of a nibble (4-bit number) to hex display using a 7 segment display. It's pretty klunky as it's completely un-optimised, but it does work...