-
Notifications
You must be signed in to change notification settings - Fork 415
No driver and Memory corruption problem #378
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
Comments
I'd suggest trying the latest version of VTR from the trunk. We've substantially upgrade the robustness of the blif handling since the VTR 7.0 release, and I suspect the trunk would handle this with no issues. |
Thanks @kmurray. I get the following error while installing VTR. though I am following the instructions from "https://github.com/verilog-to-routing/vtr-verilog-to-routing/blob/master/BUILDING.md" -- Configuring incomplete, errors occurred! Thanks |
That means your compiler doesn't have C++ 14 support which is required to build the latest VTR. Compilers that should work are:
You should be able to install one of these with your Linux distribution's package manager. |
Thanks, I am working on it to install. (One of them). I tried all the questions that are posted on different forums but after installation of GCC , my compiler could not be updated. |
That sounds like a computer setup related issue, which is unrelated to VTR. I'd suggest checking your Linux Distro's documentation. I'm going to close this issue for now. If you get things sorted out and still run into the no driver/memory corruption message with the latest VTR feel free to re-open it. |
Hi @kmurray . |
It looks like you are using an out-of-date architecture file (perhaps a VTR7 architecture file with the latest trunk code?). The architecture files which are included the the trunk code should all be up-to-date. If you have your own architecture file which you need to upgrade then you can use the |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
While working with an example, Reading the blif file generated by yosys using VPR, I get the memory corruption error "Net #1 (zro_zro) has no driver and will cause memory corruption." How to solve this problem?
VPR Version: VPR 7.0 Full Release, May 18, 2013
On Linux
Thanks
The text was updated successfully, but these errors were encountered: