I have two simulation : the first one TEST_MODE1_OSC_MEAS provides the RCAL and ICAL , the seconds one uses such command to run simulation:
calcVal("ICAL" "TEST_MODE1_OSC_MEAS")
calcVal("RCAL" "TEST_MODE1_OSC_MEAS")
But the cadence show such error during running netlist assembly:
ERROR (SFE-874): "/../config_sch_osc_only_ams/netlist/analog/input.scs" 8: Cannot run the simulation because syntax error `Unexpected quoted string ""TEST_MODE1_OSC_MEAS". Expected close parenthesis' was encountered at line 8, column 543. Correct the syntax error and rerun the simulation.
ERROR (SFE-683): "../config_sch_osc_only_ams/netlist/analog/input.scs" 8: Badly formed parameters statement.
in the input.scs I locate the error at :
parameters TSEN_OSC_TRIM_RCTRL=calcVal("RCAL" "TEST_MODE1_OSC_MEAS") TSEN_OSC_TRIM_ICTRL=calcVal("ICAL" "TEST_MODE1_OSC_MEAS")
It seems cadence consider TEST_MODE1_OSC_MEAS is not defined. Any one can help on this ? thanks a lot