[SOLVED] [moved] I want to model a simple resistor in cadence with verilogA model

Status
Not open for further replies.

electronicman26

Full Member level 2
Joined
Dec 15, 2011
Messages
120
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,298
Activity points
2,054
Hi
I want to simulate a simple resistor circuit in cadence, I have this veriloga code for resistor:
module simpleres(a, b);
inout a, b;
electrical a, b;
analog I(a,b) <+ V(a,b) / 1000;
endmodule

I am newbie, I start to doing this based on this manual: http://venividiwiki.ee.virginia.edu/mediawiki/index.php/ICDesignVerilogA
in 3 step how I can transfer my code to the blank veriloga template?? (right click and pase dont work)
after transfer the code how I can save it?? (dont see any save botton)
what is the mean of this sentences: In ADE L, when simulating circuits that contain Verilog-A code, make sure to add "veriloga" (without quotes) to the stop view list. This can be accessed by going to Setup > Environment.
what should I do? where is setup??
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…