# Create an operating condition called 'best_pvt'. create_operating_condition best_pvt # Specify the process lines. The following lines are included in the # SPICE deck verbatim and must be correct for the given simulator. set_opc_process best_pvt { {.lib "/home/charWiz/spiceModels/process.lib" FF} {.lib "/home/charWiz/spiceModels/process.lib" FF_3V} } # This defines the supply rails and sets the operating temperature. add_opc_supplies best_pvt VSS 0.0 VDD 1.1 VDD3 3.63 set_opc_temperature best_pvt 0 # This is a second operating condition named 'worst_pvt'. create_operating_condition worst_pvt set_opc_process worst_pvt { {.lib "/home/charWiz/spiceModels/process.lib" SS} {.lib "/home/charWiz/spiceModels/process.lib" SS_3V} } add_opc_supplies worst_pvt VSS 0.0 VDD 0.9 VDD3 2.97 set_opc_temperature worst_pvt 125