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.

A curious problem about verilog task $deposit

xiaojigao

Newbie level 6
Newbie level 6
Joined
Oct 12, 2009
Messages
12
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
China
Activity points
1,399
I’m doing gate-level simulation recently, and I found a very curious problem when deposit Q value of some DFF cells. To illustrate my question briefly, I wrote a simple testbench, please refer attached file(you should decompress it first).
In this testbench, there is a DFF cell without reset. It has only 3 signal ports – CK, D, and Q.
At 600ns, CK is stopped;
At 700ns, D changed to 0. Because clock is not available, Q did not change to 0.
At 1000ns, Q is deposit to 0 by verilog task $deposit.
At 1100ns, D changed to 1.
At 1235ns, CK is resumed. But at this time, Q does not change to 1. This is very curious! I suppose Q should change to 1, but it did not.
It seems that simulator has bug! Does anyone know why that is?
Many thanks!
deposit.png
 

Attachments

  • tb_top.zip
    977 bytes · Views: 35

LaTeX Commands Quick-Menu:

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top