In my design I require some transistors with high threshold voltage. At schematic level, what changes should I do so that I can get transistors with high threshold voltage.
In the schematic level all transistors have the same symbol no matter their threshold voltage is. You can differentiate between the transistor by assigning different names to them. Then the .model is different for the two transistors where they have different threshold voltages and also other model model parameters such as cox.
If you want to differentiate them on the schematic level then you can make a new schematic symbol of the high threshold transistor.
Sir, in scematic to spice netlist, after including model card all the NMOS and PMOS transistors are modelled according to parameter description of model file. So how we can get specific transistor with high threshold voltage? Is it possible to add another model card for specific transistor?
Yes, by assigning different name to transistor and modifying the same name in model card now i am able to add another model card for specific transistor.
I don't know what type of circuit your are designing, but I suggest you to use transistor model parameters of an available multi-threshold CMOS (MTCMOS) process, which provides both low- and high-threshold MOS transistors.
In this way, you can also be sure that your results are more realistic (i.e. based on a real CMOS process).
As I said, I don't know exactly what your application is, or whether you need transistors with special properties, but, in any case, I hope you find my suggestion helpful.