fpga_beginner
Newbie level 1
- Joined
- May 21, 2014
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 11
Hello!
I want to implement a verilog program that makes the leds on a Nexys2 board light as in the .gif attached below:
I also made a matrix to describe better the way the leds i want to be desplayed:
where
-L7-L0 are the leds on the board;
-l3 is the led with full intensity light;
-l2 and l1 are the leds that have a lower progressive intensity(like l2 50% of l3 and l1 25% of l3);
I took into consideration making a circuit that lights l3 with variable intensity controlled by a value set using switches SW7-SW0 using a generator with variable duty cycle.
My problem is that i'm having trouble in understanding the concepts of implementation. I have some ideas and i've read a few posts on this subject, but can't make a full picture of it.
Any kind of help is worth.
I want to implement a verilog program that makes the leds on a Nexys2 board light as in the .gif attached below:
I also made a matrix to describe better the way the leds i want to be desplayed:
where
-L7-L0 are the leds on the board;
-l3 is the led with full intensity light;
-l2 and l1 are the leds that have a lower progressive intensity(like l2 50% of l3 and l1 25% of l3);
I took into consideration making a circuit that lights l3 with variable intensity controlled by a value set using switches SW7-SW0 using a generator with variable duty cycle.
My problem is that i'm having trouble in understanding the concepts of implementation. I have some ideas and i've read a few posts on this subject, but can't make a full picture of it.
Any kind of help is worth.