mialee
Newbie level 6
ocean script
hi!
I'm doing an ocean script of a two stage opamp with dimensions as variables,and an octave script to obtein those dimensions (using a "design flow").The octave script prints its outputs(dimensions of each transistor and value of the miller capacitor) in an output file (octave_out),these values are going to be used in the ocean script (for simulations in order to verify if i aproach the specs).
My question is,what do i need to write in the ocean script to open the octave_out and read it?
I tried using load("octave_out.ocn") but i had an error,besides i dont know what i have to do to relate the values of octave_out (values:w1,w2,w3....w8,Cc) with the Ws of the transistors of the netlist,I mean,i know that i want it to replace those values in the places where i put w1,w2....w8,Cc (variables) in the netlist but i dont know if the ocean script is going to take it in that way,maybe i need something that link these variables with those values.
I hope you guys can help me :S
hi!
I'm doing an ocean script of a two stage opamp with dimensions as variables,and an octave script to obtein those dimensions (using a "design flow").The octave script prints its outputs(dimensions of each transistor and value of the miller capacitor) in an output file (octave_out),these values are going to be used in the ocean script (for simulations in order to verify if i aproach the specs).
My question is,what do i need to write in the ocean script to open the octave_out and read it?
I tried using load("octave_out.ocn") but i had an error,besides i dont know what i have to do to relate the values of octave_out (values:w1,w2,w3....w8,Cc) with the Ws of the transistors of the netlist,I mean,i know that i want it to replace those values in the places where i put w1,w2....w8,Cc (variables) in the netlist but i dont know if the ocean script is going to take it in that way,maybe i need something that link these variables with those values.
I hope you guys can help me :S