-
Notifications
You must be signed in to change notification settings - Fork 211
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
Assertion `range.low == range.high' failed: do not support bus yet #206
Comments
Can you provide a sample case? Currently the database does not support to build bus, but it should not be easy to fix it. |
Hi, I cannot find any uploaded files. You may need to upload through github website. |
|
Can you provide the full case with lef, def, and verilog? I cannot run with only verilog. |
The verilog file you provided does not contain such bus syntax. |
Dear Prof. @limbo018. Do you know if this error is related to the def file? Because I noticed that my def file is a previous version. |
Your def file does not match your verilog file. I need consistent files for one design to reproduce the issue you reported. |
Dear Prof. @limbo018. When I use DreamPlace to place a netlist synthesized by DC, the following error is reported:
Verilog file:
I tried “set flatten_array” from DC, but it doesn't work.
How did this error occur? What can I do to solve this problem?
The text was updated successfully, but these errors were encountered: