You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:After installing these two additional dependencies, the jobs were able to finish. You may want to specify these requirements in INSTALL.md
The text was updated successfully, but these errors were encountered: