A digital clock using a fast 7 segment display made with SWCH segments (which glow in Fancy Display mode) and a 250 AND/NAND gate matrix (10 inputs x 25 outputs) introduced in id:2854269
clock
electronics
fpga
electronic
Comments
-
@ExplosiveGuy1 I had this clock running for hours with a minute going by every 8 frames and it didn't break once. I did the same now and left it running for a few minutes and it didn't break either, so I can't reproduce the breakage.
-
broke when it turned 9:50 am
-
f f fpga
-
Oops typo, a BRAY can carry up to 30 bits of information.
-
@RaconTPT Adding two more numbers to the display for seconds is possible but the design would get more complicated and bulky because all segment on/off information is encoded on a single BRAY right now. A BRAY can carry up to 31 bits of information and it's carrying 28 bits (information for four 7-segment numbers), so I'd have to duplicate the encoding/decoding logic below the segments (like the random number generator in id:2785774).
-
nice! +1!
-
E should add a second "hand" so you can easily see it working.
-
aaccbb: here, have one of mine. +1
-
sorry, accidental downvote
-
It's a "clock on a chip" basically.