Hello, I am using the IBM0.18um kit, and so far can simulate stuff without problems.
Now that i have added some customizable ESD structures to schematic, then i layed it all out, checked, lvs'ed, no problems so far.
What i want to do now is simulate the whole thing, and for some reason Cadence does not do it saying that it cannot compile ahdlcmi module library. I am not quite sure what has to be done to feed that data correctly and make MMSIM 10 simulate everything?
below is a log file:
Created directory input.ahdlSimDB/ (775)
Created directory input.ahdlSimDB//2156_cmrf7sf_relML_Spectre_models_esd_modules.va.It2_monitor.ahdlcmi/ (775)
Created directory input.ahdlSimDB//2156_cmrf7sf_relML_Spectre_models_esd_modules.va.It2_monitor.ahdlcmi/Linux/ (775)
Compiling ahdlcmi module library.
Error found by spectre during AHDL read-in.
ERROR (VACOMP-1008): Cannot compile ahdlcmi module library. Check the log file input.ahdlSimDB//2156_cmrf7sf_relML_Spectre_models_esd_modules.va.It2_monitor.ahdlcmi/Linux/../ahdlcmi.out for details. If the compiler ran out of memory, use 'setenv CDS_CMI_COMPLEVEL 0', and try again. If the reason for the failure was a syntax error, contact your Cadence Customer Support representative with the netlist, log files, behavioral model files, and any other information that can help identify the problem.
ERROR (SFE-91): Error when elaborating the instance It2_monitor. Simulation should be terminated.
Opening directory input.ahdlSimDB/ (775)
Opening directory input.ahdlSimDB//2156_cmrf7sf_relML_Spectre_models_esd_modules.va.It2_monitor.ahdlcmi/ (775)
Opening directory input.ahdlSimDB//2156_cmrf7sf_relML_Spectre_models_esd_modules.va.It2_monitor.ahdlcmi/Linux/ (775)
Error found by spectre during AHDL read-in.
ERROR (VACOMP-2235): Internal Compiling Error: The built-in termcurs parameter is redefined in module 'It2_monitor'.
Please send the netlist, log files, behavioral model files, and any other information that can help identify the problem to support@cadence.com.
ERROR (VACOMP-1816): Exiting AHDL compilation.
ERROR (SFE-91): Error when elaborating the instance It2_monitor. Simulation should be terminated.
Opening directory input.ahdlSimDB/ (775)
Created directory input.ahdlSimDB//2156_cmrf7sf_relML_Spectre_models_mvcap.va.mosvarcap.ahdlcmi/ (775)
Created directory input.ahdlSimDB//2156_cmrf7sf_relML_Spectre_models_mvcap.va.mosvarcap.ahdlcmi/Linux/ (775)
Compiling ahdlcmi module library.
Error found by spectre during AHDL read-in.
ERROR (VACOMP-1008): Cannot compile ahdlcmi module library. Check the log file input.ahdlSimDB//2156_cmrf7sf_relML_Spectre_models_mvcap.va.mosvarcap.ahdlcmi/Linux/../ahdlcmi.out for details. If the compiler ran out of memory, use 'setenv CDS_CMI_COMPLEVEL 0', and try again. If the reason for the failure was a syntax error, contact your Cadence Customer Support representative with the netlist, log files, behavioral model files, and any other information that can help identify the problem.
ERROR (SFE-91): Error when elaborating the instance mosvarcap. Simulation should be terminated.
Error found by spectre during AHDL read-in.
ERROR (VACOMP-1697): "parameter real (*integer inherited_mfactor; *) m=1;<<--? "
"Internal (bsource)", line 381: Attempting to redefine identifier 'm'. Remove the extra definition or use a different identifier.
Time for Elaboration: CPU = 1.00685 s, elapsed = 1.58013 s.
Time accumulated: CPU = 1.41178 s, elapsed = 2.02404 s.
Peak resident memory used = 40.2 Mbytes.
spectre terminated prematurely due to fatal error.
by the way, i tried setenv CDS_CMI_COMPLEVEL 0, it did not help.
any ideas?