You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am on the cellocad website and when I use the example code of
module A(output out1, input a, b);
wire w0;
assign w0 = a & ~b;
assign out1 = w0 | (a & c);
endmodule
I get an error from the server saying:
{"timestamp":1488871482642,"status":500,"error":"Internal Server Error","exception":"java.lang.StringIndexOutOfBoundsException","message":"String index out of range: -35","path":"/netsynth"}
This seems to happen when I slightly modify the example as well. However, the logic table code with the cases still seems to work fine.
The text was updated successfully, but these errors were encountered:
I am on the cellocad website and when I use the example code of
I get an error from the server saying:
This seems to happen when I slightly modify the example as well. However, the logic table code with the cases still seems to work fine.
The text was updated successfully, but these errors were encountered: