open-vaf 0.4.2

A compiler frontend for VerilogA aimed predominently at compact modelling
Documentation
1
2
3
4
5
module test;
    analog begin
        I(x)<+(V(x)-V0)**2/(R1R2);
    end
endmodule