yugandhar12
Newbie level 4
- Joined
- Apr 9, 2014
- Messages
- 5
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 28
Hi ,
I am using Verilog-A in virtuoso cadence IC614. I am not able to edit the properties of the component in the schematic, for example for a resistor. Need help stuck from many days. My code is below
`include "constants.vams"
`include "disciplines.vams"
module resistor_y(p,n);
parameter real res=0;
inout p,n;
electrical p,n;
analog
begin
V(p,n)<+ res * I(p,n);
end
endmodule
Do i need to do any changes in the code or during symbol generation or changes in the CIW window. Please suggest any help. Any suggestions are welcome.
Thanks
I am using Verilog-A in virtuoso cadence IC614. I am not able to edit the properties of the component in the schematic, for example for a resistor. Need help stuck from many days. My code is below
`include "constants.vams"
`include "disciplines.vams"
module resistor_y(p,n);
parameter real res=0;
inout p,n;
electrical p,n;
analog
begin
V(p,n)<+ res * I(p,n);
end
endmodule
Do i need to do any changes in the code or during symbol generation or changes in the CIW window. Please suggest any help. Any suggestions are welcome.
Thanks