red93pk
Newbie level 1
- Joined
- Apr 15, 2014
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 9
First of all, i'm sorry for my english.
I want to make a 7 digit display using verilog. I'll test the program on spartan 3E.
An exemple:
https://www.youtube.com/watch?v=yy-99c8nmd8
I know that i need to use frequency divider, but i don't know how to implement the program.
I'm beginner in verilog, but i want to learn with exemples.
I'll use:
input clock
input reset
output reg [7:0] seg //for segment
output [3:0] an //for 1 digit selection
I want to make a 7 digit display using verilog. I'll test the program on spartan 3E.
An exemple:
https://www.youtube.com/watch?v=yy-99c8nmd8
I know that i need to use frequency divider, but i don't know how to implement the program.
I'm beginner in verilog, but i want to learn with exemples.
I'll use:
input clock
input reset
output reg [7:0] seg //for segment
output [3:0] an //for 1 digit selection