Altera_Forum
Honored Contributor
11 years agoAbsolute noob here, trying to design a serial countdown on four seven segment display
Hi all!
New to the forums, new to developing for FPGA's. I have a quick question; I am using the Altera cylcone V gx development board, which has 4 7-segment displays. Here's what I want in sequence: 1) All 4 displays fully lit up. 2) First 7-segment turns off each segment (counts down) in a clockwise pattern (This works). Here is where it doesn't work: 3) After first 7-segment block is off, second begins same countdown, then third, then fourth. 4) After all segments are off, then an LED display occurs (Not yet designed). I am using a modification of the simple_counter design used in the training. Is there some kind of item (I am REALLY new, so educate me on my lingo) that would allow me to accomplish this task? Currently, I have a 12 bit mplex bus out, and the 4 segments are there, so obviously they are all doing it at the same time, but at different speeds. I guess what I envision (But am probably wrong) is some kind of switch that says: when counter1 reaches 3'b111, switch to new counter2. same for counter2 to 3, etc, etc. Any help would be greatly appreciated. Thanks! D