Last week, I consulted around 20 colleges to install ‘vsdflow’ on their Linux Ubuntu and CentOS machines. There were many successful installations and runs which happened. But there were many errors while installing the utility. I would really apologize for the inconvenience that might have caused to you during installation and would like to ‘Thank
You’ for bringing out the errors to us. I am collating all list of errors we have received and its solutions in below blog
First, let me re-iterate installation steps below:
Steps to install and run on UBUNTU:
1) sudo apt-get install git
2) git clone https://github.com/kunalg123/vsdflow.git
3) cd vsdflow
4) chmod 777 opensource_eda_tool_install.sh
5) sudo ./opensource_eda_tool_install.sh
6) ./vsdflow spi_slave_design_details.csv
7) ./vsdflow picorv32_design_details.csv
Steps to install and run on CENTOS:
1) sudo yum install git
2) git clone https://github.com/kunalg123/vsdflow.git
3) cd vsdflow
4) chmod 777 opensource_eda_tool_install_centos.sh
5) sudo ./opensource_eda_tool_install_centos.sh
6) ./vsdflow spi_slave_design_details.csv
7) ./vsdflow picorv32_design_details.csv
Steps to test 'vsdflow' on Ubuntu and CENTOS:
1) cd outdir_spi_slave
2) qflow display spi_slave
List of probable errors you might have observed and their LIVE images posted by users:
“can’t find package csv”