how to perform gate-level simulation with verilog-XL

Discussion in 'Cadence' started by Ledi, Aug 1, 2006.

  1. Ledi

    Ledi Guest

    Hi.

    I've just finished RTL simulation with verilog-XL and want to know how
    to run gate-level simulation with verilog-XL in a non-gui fashion.

    Below is how I used verilog-XL command to do the RTL simulation.
    ("sim.f contains path information of all relevant *.v files)

    Is there anyway that is similar to this to do the gate-level
    simulation?
    Thanks in advance.

    -Seungwhun
     
    Ledi, Aug 1, 2006
    #1
  2. Ledi

    leanderdeng Guest

    For gate level netlist, you can try fast SPICE tools such as UltraSim
    to simulate it.

    Regards,
    Yuchun

    Ledi 写é“:
     
    leanderdeng, Aug 3, 2006
    #2
  3. It's exactly the same. Verilog-XL (or indeed any Verilog simulator) can simulate
    gate-level descriptions just as easily as RTL.

    Presuming you've synthesized the RTL (either with a tool, or by hand!), just
    give the gate level netlists to the simulator, with the testbench that you used
    with the RTL.

    I'm a bit surprised you're asking this, because it's kind of a basic question.
    So I wonder whether you're actually trying to ask a different question than you
    actually asked?

    Regards,

    Andrew.
     
    Andrew Beckett, Aug 4, 2006
    #3
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.