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.

Specman(e) Questions

Status
Not open for further replies.

kumar2005

Newbie level 3
Joined
Mar 23, 2011
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,299
Hi,

I want to emit a event only at first rising edge of clock.

for example
event clkr_e is rise ('pll_clk') @ sim; in this clkr_e is emitted at every rising clock.

But I need to emit a event only at first rising edge of pll_clk. Could any one please shed some light on this.

Thanks
 

you could use: run() is also { } to start a process at the beginining of simulation

in that process, synchronize to the rising edge of pll_clk and emit a new event pll_clk_1st_rise
 
Last edited:

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top