Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top