Crash condition openvaf 23.5.0 #144
holmesozic
started this conversation in
General
Replies: 1 comment
-
This is a known issue: #103 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Reporting a crash condition that model without parameters crashes compiler.
openvaf-crash-1724436646.log
include "discipline.h"
include "constants.h"module branchtest(a,b);
inout a,b;
electrical a,b;
// uncomment unused parameter and compiler passes
// parameter real c=1.0;
branch (a,b) ab;
analog begin
I(ab) <+ V(ab);
end
endmodule
Beta Was this translation helpful? Give feedback.
All reactions