Hi
I want to model a simple resistor with this verilogA code: module simpleres(a, b);
inout a, b;
electrical a, b;
analog I(a,b) <+ V(a,b) / 1000;
endmodule
I try to do this modeling according to this: http://venividiwiki.ee.virginia.edu/mediawiki/index.php/ICDesignVerilogA
I do steps 1 and 2 but I have problem in step 3, after click a blank veriloga template popup but how I can transfer my code and how I can save it?? what should I do for save the code after type?