Generate pulse

  • Thread starter friend.05@gmail.com
  • Start date
F

friend.05@gmail.com

Guest
always@(x)
begin


// I want to generate a signal which remains high for sometime and then
it goes to zero again.

Mean I want to generate a pulse.


end


above circuit should ne synthesizable
 
friend.05@gmail.com wrote:
always@(x)
begin


// I want to generate a signal which remains high for sometime and then
it goes to zero again.

Mean I want to generate a pulse.


end


above circuit should ne synthesizable
A little more information would be helpful.
You're trying to generate an asynchronous one-shot?
You don't have a clock or you don't want to make the pulse
synchronous to a clock?
What sort of hardware does this synthesize into?
 

Welcome to EDABoard.com

Sponsor

Back
Top