How to model an simple resistor in SV ?
This is what i have at this moment:
module res_RNM(P,N);
import EE_pkg::*;
inout EEnet P,N;
parameter res=1.0;
.....
endmodule
How to model an simple resistor in SV ?
This is what i have at this moment:
module res_RNM(P,N);
import EE_pkg::*;
inout EEnet P,N;
parameter res=1.0;
.....
endmodule