Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Modeling a CLock in VHDL

Status
Not open for further replies.

mahal

Programmer
Joined
Apr 16, 2001
Messages
1
Location
US
I am having problems with trying to model a clock singal
inside of my VHDL code......Any help will be appreciated..
 
Hi,


Paste your code mahal.


Beemer
 
hai mahal,
u just write this code
some signal is there of name clk
clk<=not(clk) after 5ns.
depending on the delay that u keep
u'r clock frequency depends on delay
dont forget to initialise the signal.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top