필터 지우기
필터 지우기

can't find function "copyXilin​xFPGAExamp​leFiles() "

조회 수: 5 (최근 30일)
Yang Qinghua
Yang Qinghua 2020년 6월 10일
댓글: mainak GH 2021년 3월 10일
I want to Access FPGA External Memory Using MATLAB as AXI Master over PCI Express.Under the guidance of official documents named"Access FPGA External Memory Using MATLAB as AXI Master over PCI Express", but the function "copyXilinxFPGAExampleFiles() " can't be found. The version of MATLAB is R2019b,and the version of Vivado is 2018.3.
  댓글 수: 1
David Clark
David Clark 2020년 6월 11일
I have this very same issue with Matlab R2019b and Vivado 2019.2. Any information on this would be great!!

댓글을 달려면 로그인하십시오.

답변 (1개)

Devika Surendran
Devika Surendran 2020년 6월 19일
I have tried reproducing this example at my end for MATLAB R2019b and Vivado 2018.3 and it is working fine .Make sure you have all the requirements that is:
  • Xilinx® Vivado® of compatible version
  • Xilinx Kintex UltraScale+ FPGA KCU116 Evaluation Kit
  • HDL Verifier™ Support Package for Xilinx FPGA Boards
  • Host machine(PC) with PCIe slot
  • USB-JTAG cable.
First Xilinx Vivado toolpath has to be setup, after which the corresponding path will be prepended to the system path. Start MATLAB and set the current directory in MATLAB to the folder you created. After that example files are copied into current directory by executing following MATLAB comand:
copyXilinxFPGAExampleFiles('pcieaximaster'). When this command is executed tcl files will be copied into your current directory.
If you are still facing the issue then Contact Technical Support
Also refer to the steps mentioned in the documentation:
  댓글 수: 1
mainak GH
mainak GH 2021년 3월 10일
Hi ,
I am getting the same error . I have followed the process which you have suggested . Please see my output.
Prepending following Xilinx Vivado path(s) to the system path:
C:\Xilinx\Vivado\2019.1\bin
>> copyXilinxFPGAExampleFiles('ethernetaximasterzynq');
Unrecognized function or variable 'copyXilinxFPGAExampleFiles'.

댓글을 달려면 로그인하십시오.

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by