Running:
source ./socdp8/src/fpga/boards/pynq-z2-project.tcl
from Vivado to build the project generates an error:
ERROR: [Vivado 12-172] File or Directory '/home/keck/socdp8/src/fpga/rtl/io/asr33.vhd' does not exist
As far as I can tell asr33.vhd does not exist anywhere. How does one handle this?
EDIT: It appears asr33.vhd was renamed to pt08.vhd at some point and the tcl to generate the project was not regenerated to reflect that. If pt08.vhd is renamed to asr33.vhd, the project generates.
Also, for anyone else trying to build this, the block design script specifies Vivado version 2019.2. Since I had 2022.1, I changed the version in the script and it appears to have built. I have no idea at this point if it will end up running.
Running:
from Vivado to build the project generates an error:
As far as I can tell asr33.vhd does not exist anywhere. How does one handle this?
EDIT: It appears asr33.vhd was renamed to pt08.vhd at some point and the tcl to generate the project was not regenerated to reflect that. If pt08.vhd is renamed to asr33.vhd, the project generates.
Also, for anyone else trying to build this, the block design script specifies Vivado version 2019.2. Since I had 2022.1, I changed the version in the script and it appears to have built. I have no idea at this point if it will end up running.