Hi, chipyard community,
Appreciate your help in advance.
Firstly, I encountered this error, and it seems like the synth.tcl in chipyard/fpga/fpga-shells/xilinx/common/tcl cannot find the required IPs.
Then after editing the synth.tcl file by skipping the read IP process and rerun the command "make SUB_PROJECT=vcu118 bitstream", I encounter the following errors
The main error is module "vcu118mig" was not found.
After checking, "vcu118mig" is a IP defined in fpga-shells (chipyard/fpga/fpga-shells/src/main/scala/ip/xilinx/vcu118mig) and does not be generated successfully.
Is there any way to help me solve this problem?
Repository branches/tags I used:
chipyard, 117624d8eea27bafd613eec09e9b9b3e31239e08
gemmini, v0.6.4
fpga-shells, master