Closed ChunshuWu closed 1 year ago
Hi,
Thanks for your question.
There are two parts in the OCT workflow. 1. Development, 2. Deployment. Deployment of FPGA bitstreams is done on an FPGA cluster in CloudLab by creating an experiment like you did. Up until recently, OCT users were using Mass Open Cloud (MOC) for development. However, this is no longer supported as we are in the process of migrating the build workflow into CloudLab. The source command that you mentioned should be run on a build machine that has a Vitis image (this used to be an MOC instance), which the CloudLab node that you set up doesn't have. It is only used to deploy your bitstream.
If you need a build machine and don't have one yet, I can provide you one. Please send an email to s.handagala@northeastern.edu with the following details.
Thanks, Suranga
Hello,
I've joined the OCTFPGA project and requested a node with the following parameter settings
I tried to follow the tutorial in this repository, but I could not find the path to Vitis, and the path /tools/Xilinx/Vitis/2020.1/settings64.sh does not exist. Besides, most of the links in vitis-getting-started-moc.md are 404.
I also searched for vitis on the node I requested
find / -name "vitis"
but nothing was found. Is there a way to set up the environment now on the server? Thanks!