jaijeet / VAPP

The Berkeley Verilog-A Parser and Processor
https://github.com/jaijeet/VAPP/wiki
Other
12 stars 8 forks source link

VAPP: bug in node collapse (mextram) #6

Open jaijeet opened 7 years ago

jaijeet commented 7 years ago

get the files from the attachments, and run

bjt504_charcurve_ckt % sets up nl DAE = MNA_EqnEngine(nl); x = rand(15,1);
u = rand(4,1); J = DAE.df_dx(x, u, DAE)

2nd last column of J is all zeros, because a node that should have been collapsed was not. vacode_v12p1_gnd.tar.gz

bjt504_charcurve_ckt.m.txt