HDL coder Black box replacement for MAtlab code
이전 댓글 표시
I am using HDL coder to generate Verilog from a function (.m). I have a line of code wich assigns a result to an array. I would like HDL coder to automatically replace this line with an instantiation of a black box during its synthesis of the Verilog. Is this possible and How
Thanks
답변 (1개)
Tim McBrayer
2016년 10월 18일
0 개 추천
You will need to replace your assignment with a System object inherited from hdl.BlackBox, and place the correct assignment behavior inside the System object. Search the documentation for "hdl.BlackBox" for more details.
카테고리
도움말 센터 및 File Exchange에서 Code Generation에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!