Guest
#4280491
hello, I try to right a code that in every, say, clock change(not only a rise) it will change the out bit from 1 to 0 or from 0 to 1. the architecture part is
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
I tried to declare a in the proccess and to move the outb<=a; to the process as well-still doesnt work-> in the simulation outb is undefined... I tried to simplify a bigger problem, and yet i can't see why it is'nt working. anyone see where is my error? thank you!!!

