HDL Workflow Advisor Error
이전 댓글 표시
I am using Matlab 2017a and Xilinx vivado 2015.2 When using the HDL Workflow advisor to generate HDL code I get the following error in joint figure :
Does anyone know how to fix this error?
thank you
답변 (1개)
Yongfeng
2017년 12월 22일
편집: Walter Roberson
2017년 12월 22일
0 개 추천
Based on the error message, HDL Coder needs sample time to be more specific than "0" for delay balancing. Although Transfer Fcn block doesn't have a sample time setting, the "0" sample time may be propagated from signals around this block. You may try the following two general steps first:
- >> hdlsetup('MASDiscritized');
- Ensure that every signal has a specific discrete sample time.
카테고리
도움말 센터 및 File Exchange에서 AMD FPGA and SoC Devices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!