Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cellocad web interface not working when wire and assign example used #19

Open
hahnicity opened this issue Mar 7, 2017 · 0 comments
Open
Assignees

Comments

@hahnicity
Copy link

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.

@PrashantVaidyanathan PrashantVaidyanathan self-assigned this Mar 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants