![]() |
|
|
|||||||
![]() |
VHDL - Clock task from Verilog to VHDL |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Hello, how can I declare from verilog -->> to VHDL
initial clk = 1'b0; always clk = #10 ~clk; And these `define RESET_TIME 8 initial reset = 1'b1; task reset; begin reset <= #1 1'b1; tk_wait(`RESET_TIME); reset <= #1 1'b0; task tk_wait; input[31] count; integer i; begin for(i=0;i<=count;i=i+1) @(posedge clk); end endtask Anybody, please help me in solution these a little problem, cause I`m new in VHDL. THANKS Karper1986 |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Clock Modelling using VHDL | rtl.engineer | Hardware | 0 | 07-31-2008 11:50 AM |
| Computer Clock | GoneBeforeMyTime | A+ Certification | 5 | 04-21-2007 05:31 PM |
| Post-Route Simulation does not give output for the first clock cycle Options | velocityreviews | Software | 0 | 04-17-2007 05:47 PM |
| New Releases: Revelations, The Librarian & My Left Foot: Updated complete downloadable R1 DVD DB & Info lists | Doug MacLean | DVD Video | 0 | 05-17-2005 06:57 AM |
| Hollywood Detective - The Buried Clock | David Marsh | DVD Video | 1 | 09-27-2004 11:26 PM |