• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Logic Design
  3. Verilog simulation using verilog XL

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 64
  • Views 15434
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Verilog simulation using verilog XL

OLyonnais
OLyonnais over 15 years ago

 Hi,

i want to simulate a sample MUX21 realised on my schematic. I think, before going on the verilog XL , i need to put a load capacitor (classical cap) at the output to be able to see my output signal Z.

Then, arrived on the verilog XL interface, when i lauch the simulation, i have this following error:

 

*************************on the icfb terminal; *****************************************

\o ---------- Begin Netlist Configuration Info ----------
\o                 (incremental data only)
\o
\o CELL NAME                   VIEW NAME            NOTE            
\o ---------                   ---------            ----            
\o
\o cap                         symbol               *Stopping View* 
\o nsvtlp                      verilog              *Stopping View* 
\o psvtlp                      verilog              *Stopping View* 
\o MUX21                    schematic                            

 

 

******************************on the verilog XL terminal *************************************

 Message!  deleted TMS file 'verilog.tms' due to error in                       
          input file                                                           
                                                           [Verilog]

Error!    Module or primitive (cap) not defined            [Verilog-MOPND]     
          "ihnl/cds0/netlist", 19: cap C0(.MINUS(                              
          cds_globals.gnd_), .PLUS(Z));
1 error
End of Tool:    VERILOG-XL    08.20.001-p   Jun  9, 2010  15:03:34

****************************************************************

 

is the problem comes from to the view name of the capacity?  

thank you 

 

 

  • Cancel
Parents
  • tstark
    tstark over 12 years ago

    Hi, PranR.

    The modules "verilog" and "inverter" are not defined in your run for some reason. You need to read in the definition for the simulator to resolve the modules. It seems like you are using an integrated environment. Unfortunately I can only comment about the Verilog error.

    The code will look like:

    module verilog (in0,in1,out0,out1,clk,rstn);

    If it is not defined then you will get an error.

    Also, please start a new thread for a new topic rather than replying to an old thread.

     

    -ts

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • tstark
    tstark over 12 years ago

    Hi, PranR.

    The modules "verilog" and "inverter" are not defined in your run for some reason. You need to read in the definition for the simulator to resolve the modules. It seems like you are using an integrated environment. Unfortunately I can only comment about the Verilog error.

    The code will look like:

    module verilog (in0,in1,out0,out1,clk,rstn);

    If it is not defined then you will get an error.

    Also, please start a new thread for a new topic rather than replying to an old thread.

     

    -ts

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information