can anybody have 90nm model file ?
i am doing project on cmos mixer in that i want to optimz the area ,freq , power.
for that i need 90nm model file.
thanx
if you reffering to the 90nm PTM model, actually the parameter "xrcrg1" in the PTM is recognized as unknown cause there is some "unknown" character probably space before the "xrcrg1" parameter. so simply backspace it to delete the space character. then the simulator will recognize it.
please take note that the PTM is in SPICE format. you need to use SPICE simulator to run them. if you want to use it in ADS, you must first convert the model into ADS netlist which i believe possible to do using ADS software.
What evilguy is saying ... if I have understood correctly is that .. the file structure is different in
standard spice and ADC.. so you will need to
convert the model files in ADS model format
as ptm gives it in BSIM format ..
thanks raduga_in for clarify things. in addition to what you've said, the PTM model uses BSIM4 model. However the syntax is in SPICE format. advanced design system (ADS) can also read BSIM4 model. so it will understand all the parameter in the PTM. however the way (syntax) that all the parameter in PTM should be write in ADS is different. example in SPICE format the BSIM parameter is written like this
this is what i meant. so the conversion is simply to change from SPICE format to ads format. however there are many ways. I remember i did like this to simulate my circuit in ADS. If you can do it another way and ADS can simulate your circuit using the 90nm PTM model card, than your method also can be used.
when you said that
some parameters name shown unknow for 90nm model file in ADS .