Specify-VerilogXL

Discussion in 'Cadence' started by Steve Hamm, Aug 30, 2004.

  1. Steve Hamm

    Steve Hamm Guest

    Hello everyone

    I am a beginner in Verilog and want to know how does Specify Blocks
    work.

    specify
    in => out = 3;
    endspecify

    out = in & 1;

    does it mean that in & 1 will be evaluated at t=3ns and then assigned to
    out or in & 1 will be evaluated at t=0ns and then after 3ns it will be
    assigned to out.


    Thanks in advance for helping me.

    Regards
    Steve Hamm
     
    Steve Hamm, Aug 30, 2004
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.