tariq786
Advanced Member level 2
I am wondering what is the difference between these 4 ways of running simulation with cadence
1. three step method
ncvlog *.v
ncelab top_module_name (-nc_options)
ncsim top_module_name (-nc_options)
2. one step method
ncverilog *.v (+nc_options)
3.ncsim by GUI.
nclaunch &
4. irun command
And which one is the preferred way. What are the pros and cons of each.
I come from synopsys background therefore i am having trouble understanding so many options.
Thanks a lot.
1. three step method
ncvlog *.v
ncelab top_module_name (-nc_options)
ncsim top_module_name (-nc_options)
2. one step method
ncverilog *.v (+nc_options)
3.ncsim by GUI.
nclaunch &
4. irun command
And which one is the preferred way. What are the pros and cons of each.
I come from synopsys background therefore i am having trouble understanding so many options.
Thanks a lot.