i have TSMC RF fr013.scs and i cant directly use this file at ADE>model library setup>global model file
Error found by spectre during circuit read-in.
ERROR (SFE-675): "/home/disk/simulation/TSMC130_PDK/models/RF_12_33_FSG/T013CMSP002_1_2/spectre/rf013.scs" 3: Illegal library definition found in netlist
When I opened the fr013.scs file, it said to use model library :
"
1)To use these models directly by programming in this style: *
// *
// .lib 'lib_path/lib_name' model_name *
// *
// *
// EX: .lib '/home/user/tsmc/LOGIC/rf013.l' TT_RFMOS *
// for typical RF 1.2V N,PMOS
"
i can't find /tsmc/LOGIC/rf013.l
Finally, I created a test.scs file and write the following command to use model library
include "./RF_12_33_FSG/T013CMSP002_1_2/spectre/rf013.scs" section=tt_lvt
include "./RF_12_33_FSG/T013CMSP002_1_2/spectre/rf013.scs" section=tt_hvt
The problem was solved and simulation was performed
There is only one problem is that I have to change the test.scs file every time to change the corner from tt to sf or ff , ..
What command can I use to make these sections changeable at ADE>model library setup>global model file (drop-down menu)
thanks