pytec8800 / pint_iverilog

Project PLS is developed based on icarus iverilog and will compile verilog into a much faster optimized model.
GNU Lesser General Public License v2.1
12 stars 2 forks source link

Compilation Issues #1

Open bit0fun opened 2 years ago

bit0fun commented 2 years ago

So I seem to have run into a few things

First is the instructions for compilation seems to require to run autoconf, while there is already a configure script in the repo.

Second, when using that script, I cannot continue to build the system as I end up getting errors that there is no target for all when trying to build 'simu'

And lastly if I do follow the instructions provided in the README file, I run into a slew of obsolete macros as a lot were deprecated with autotools version 2.70 and 2.71.

I would think the simplest way to get around this would be to figure out what is causing the simu directory to not have the makefile built (which is what I came across), and eventually update configure.in (which I keep getting warnings saying it should be changed to configure.ac)

pytec8800 commented 2 years ago

Hi welcome to use pint_iverilog.

Never mind the configuration script, and you don't need to update the configure.in, just follow the readme. Yeah, you need to install some dependecy tools like gperf. And the warnings while you compiling may be eliminatd later.

You'd better compile and install pint_iverilog in ubuntu16.04 or centos7.8.