what is wrong in this code

Joined
Jun 5, 2007
Messages
51
Reaction score
0
Hai friendz,

Can any one explain me the flow of this simple vhdl code.

Archit......................................

Signal TempData :Integer;

Begin

Process (b)

Begin

TempData <= 0;

If (b='1') Then

TempCount <=TempCount+1;

End If;

Dout <= TempData;

End Process;

End Arch......


may I know when the process comes to an end. (Is it only when b changes)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top