- I need to convert a bunch of VHDL files to Verilog.
- Found tool http://doolittle.icarus.com/~larry/vhd2vl/
wget http://doolittle.icarus.com/~larry/vhd2vl/vhd2vl-2.5.tar.gz
tar xzf vhd2vl-2.5.tar.gz
cd vhd2vl-2.5/src
- try
make
- If bison & flex are uninstalled, you should run
sudo yum install -y flex bison
- try
make
again - If you get
/usr/bin/ld: cannot find -lfl
it case to hard way:fl
mean reffer to librarylibfl.so
but you canot search any mentions of this library:
yum search libfl
doesnt work