CIDARLAB / cello

Genetic circuit design automation
http://www.cellocad.org/
BSD 2-Clause "Simplified" License
801 stars 133 forks source link

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

Open gusennan opened 7 years ago

gusennan commented 7 years ago

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