Closed llee454 closed 2 years ago
hello,
For IPI designs please follow the instructions below:
Please reach out to us if you have any questions.
Thanks! Chakra
Thanks Chakra!
I've tried using these resources however. When I run the steps outlined in GUI Workflow with Vivado IP Integrator Quickstart Examples Vivado throws an error message once I click "Run Synthesis".
The instructions do not work.
The error message is:
[Designutils 20-1280] Could not find module 'bd_c5e6_microblaze_I_0'. The XDC file /home/centos/test_fpga_project4/test_fpga_project4.gen/sources_1/bd/cl/ip/cl_f1_inst_0/bd_0/ip/ip_0/bd_c5e6_microblaze_I_0.xdc will not be read for any cell of this module.
Several modules used by the F1_inst block are not being found by Vivado.
To be precise, I followed the steps outlined in the "Tutorial on how to create HLx design example from scratch (Using IP + RTL flow)" GUI Workflow with Vivado IP Integrator Quickstart Examples once I completed the "Linux Install" steps outlined in GUI Workflow with Vivado IP Integrator Quickstart Examples.
I did not add any custom RTL. Instead, I clicked "Run Synthesis" as soon as I finished running aws::make_rtl
.
Hello,
Unfortunately we were unable to reproduce the error you are seeing. Following instructions seem to be working in our environment:
$ git clone https://github.com/aws/aws-fpga.git $AWS_FPGA_REPO_DIR
$ cd $AWS_FPGA_REPO_DIR
$ source hdk_setup.sh
$ mkdir -p ~/.Xilinx/Vivado
$ echo 'source $::env(HDK_SHELL_DIR)/hlx/hlx_setup.tcl' >> ~/.Xilinx/Vivado/Vivado_init.tcl
aws::make_rtl
NOTE: The above steps only adds design template with sh_ddr.sv as top level. So my synthesized DCP only had sh_ddr.sv module. Please make sure to add the required RTL pieces to complete top level CL design as shown in the examples.
Thanks! Chakra
Thank you for your prompt replies. I retested everything was able to get Vivado to compile my design. I noticed several issues however.
Dear customer
Thanks for the feedback on prepare_new_cl and the cl_template.sv. The prepare_new_cl.sh script is intended to only set up the directory structure thats similar to our cl_examples for customers to add their designs. The cl_template.sv itself is not a standalone design and is just intended as a place holder for customer design. We recommend to run one of our examples like cl_hello_world or cl_dram_dma for a quick start and add the design to cl_template when want to create custom_design and update the build scripts with corresponding source files. Please feel free to let us know if you have any follow up questions.
Thanks
Dear customer,
Just checking to make sure if there are any other issues that you need help with related to the ticket or if we can close the ticket.
Thanks
closing the ticket. please feel free to re-open or file a new ticket if you have any additional questions. Thanks
Problem:
I started an EC2 instance running the FPGA Developer AMI, and tried to use Vivado to create a new project that wraps custom Verilog Designs for use in Amazon F1 FPGAs. So far, I cannot get Vivado to synthesize anything other than the Demo projects.
Steps:
Vivado returns an error message saying that it cannot find modules such as Microblaze. The synthesis fails.
Conclusion:
Is there any documentation explaining how to create a new project and synthesize it?
I can synthesize the cl_hello_world example by running aws::make_ipi -examples cl_hello_world in the Tcl console, but I'm not asking how to customize one of these projects, I'm asking how to start a new Vivado project, add my own Verilog files, and connect those designs to the F1_inst block.
Please help, Thanks