How to write the code for creating delay using counter in VHDL?

Status
Not open for further replies.

vrcjobs

Newbie level 2
Joined
Sep 17, 2007
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,296
hi can any one tel the example of how to write the code for creating delay using counter.
can u give a simple example vhdl code
 

delay in vhdl

Hi,
You can use the after or wait statement.
Exemples:
wait for 10 ns;
s<='1';

or

s<='1' after 10 ns;
 

Re: delay in vhdl

yes. But this statement is not synthesizable, It can only be used for simulation purposes.
 

delay in vhdl

For synthesis se the proposed techniques in
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…