SIMULINK HDL coder error

조회 수: 6 (최근 30일)
Yu Chen
Yu Chen 2018년 1월 29일
편집: Yu Chen 2018년 1월 29일
I want to change .m to verilog code. But he will not let me turn, showing "Ports with double or single data type are not supported in the" FPGA Turnkey "workflow. Please update the data type on inport," Y ". ' what can I do?I need this in put.

채택된 답변

Kiran Kintali
Kiran Kintali 2018년 1월 29일
편집: Kiran Kintali 2018년 1월 29일
Hi Yu,
You need to break the code into a testbench M file (script) and design M file (function); the testbench calls the design which is a function with inputs and outputs. Typically you will translate the design M file to Verilog code using MATLAB HDLCoder workflow after fixed-point conversion.
Please follow instructions below.
  댓글 수: 1
Yu Chen
Yu Chen 2018년 1월 29일
편집: Yu Chen 2018년 1월 29일
Thank you very much for your reply, I missed the transmission of the testbench. My input is 4 images, so it said 'HDL Code generation does not support 2D-matrices as function inputs.' And I am using norm, it said it does not support, how should I make this change?

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Code Generation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by