Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

varying the wire/assignment delay

Status
Not open for further replies.

sainiparvesh

Newbie level 6
Joined
Jul 1, 2009
Messages
14
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
noida
Activity points
1,371
inurl:viewtopic wire

Hi,
I want to vary the delay between ref_clk and sample_ref_clk upon accurance of stop_clk's posedge with following code :
// stop_clk is a clock having frequency much smaller than clock ref_clk

always @ ( posedge stop_clk )
begin
sample_delay = sample_delay +5 ;
end

assign # sample_delay sample_ref_clk = ref_clk ;

But I am not getting delay between ref_clk and sample_ref_clk in my vcd dump.

Regards,
Parvesh
 

Delay between ref_clk and sample_ref_clk upon accurance of stop_clk's posedge will be surely shown in any of the written disk id not the its sure that it is corrupted.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top