Hi erikl , Jarillak,
Jarillak,
Yes , you may be right. After translation from netlist to schematic. The devices (like nfet , pfet) shows the correct value on top , but when you see the values using properties of that device form you will obviously see the default values. This is because , every pdk devices will have their field callbacks which are executed when you change the corresponding fields.
You need to run all callbacks for all devices . You can get the "InvokeCallbacks.il" script from the cadence form. Run the script on the library which will updates the device properties like l,w,nf, etc...
Thanks.