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

32-bit c-dependencies required when attempting to generate a netlist #16

Open
gusennan opened this issue Aug 12, 2016 · 0 comments
Open
Assignees

Comments

@gusennan
Copy link

I run a 64-bit linux installation. After running the java project, I login and choose the sample verilog code. The site returns with a message:

"The Verilog code did not produce a valid netlist."

The cause is the execution of the abc binary in the resources/netsynthResources directory. After digging into this a bit, I found that there are 32-bit dependencies C dependencies required to be on the system in addition to the dependencies listed in INSTALL.md. These were:

  • The 32-bit version of glibc
  • The 32-bit version of libgcc

After installing these two additional dependencies, the jobs were able to finish. You may want to specify these requirements in INSTALL.md

@PrashantVaidyanathan PrashantVaidyanathan self-assigned this Aug 15, 2016
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