Guest
#7139240
Hello everyone, I'm trying to write a simple program in vhdl that is based on clock. When I have a rising edge of the clock , i want to get at the out bit a and b. And when I have falling _edge I want to get 0 at the output. But when I run it in Modelsim program I see only one clock. How can i see few clocks (for example 10 clocks) Thank you very much. I wrote the following code:
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | |
21 | |
22 | |
23 | |
24 | |
25 | |