How can I set the Vendor for an IP Core generated by HDL Coder?
조회 수: 6 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2018년 7월 16일
편집: MathWorks Support Team
2024년 10월 11일
I am facing the issue that HDL Coder generates Vivado IP cores with different vendor names on different machines. On the Windows machine, it is 'mycompany.com' , but on the Ubuntu machine, it is 'user.org'.
Is it possible to set this information, such that the vendor is always the same?
채택된 답변
MathWorks Support Team
2024년 11월 11일 0:00
편집: MathWorks Support Team
2024년 10월 11일
It is currently not possible to specify the IP Core vendor in MATLAB/Simulink. The development team is aware of this enhancement request, and may consider adding this functionality in a future release.
Since HDL Coder does not specifically set the vendor flag in the Vivado IP core, Vivado will derive the default vendor value from either the 'domainname' or 'dnsdomainname' system command. This is why the vendor name depends on the machine.
To work around the issue, you may:
1. Set the correct domain name for your machine, or
2. Manually modify line 3 of 'component.xml' inside of the generated IP core folder (for example: ./hdl_prj/ipcore/led_count_ip_v1_0/):
<spirit:vendor>mycompany.com</spirit:vendor>
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 HDL Coder에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!