lnis-uofu / OpenFPGA

An Open-source FPGA IP Generator
https://openfpga.readthedocs.io/en/master/
MIT License
813 stars 161 forks source link

ERROR (00_and2_MIN_ROUTE_CHAN_WIDTH) - Failed to execute openfpga flow - 00_and2_MIN_ROUTE_CHAN_WIDTH #280

Closed tonykoz closed 3 years ago

tonykoz commented 3 years ago

I am running Ubuntu 18.04 and installed OpenFPGA and compiled it. When I run the following command to confirm that I compiled correctly, I get the following error:

python3 openfpga_flow/scripts/run_fpga_task.py compilation_verification --debug --show_thread_logs

I get the following error:

ERROR (00_and2_MIN_ROUTE_CHAN_WIDTH) - Failed to execute openfpga flow - 00_and2_MIN_ROUTE_CHAN_WIDTH

error

tangxifan commented 3 years ago

@tonykoz You can see that the error is actually one line before your red rectangle. It said that the python module envyaml has not been installed. If you use pip to install the package, the issue should be solved.

You can find the python dependency here: https://github.com/lnis-uofu/OpenFPGA/blob/master/requirements.txt

tonykoz commented 3 years ago

Thanks. That fixed it.