cello icon indicating copy to clipboard operation
cello copied to clipboard

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

Open gusennan opened this issue 9 years ago • 0 comments

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

gusennan avatar Aug 12 '16 19:08 gusennan