Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to connect bus data type to external port interface?

2 ビュー (過去 30 日間)
Seyooung Kim
Seyooung Kim 2020 年 7 月 9 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi,
I have simple model to test. I would like to use bus input and output port. busInput is bus with 3 int16 type element. Integer gain is multiplied in the model.
I would like generate Vivado IP core with this model. HDL code generated but in the HDL Workflow advisor, I got error when I try to select the "External port", saying "Interface 'External Port' does not support bus data type on port busInput"
  1. Is it possible to assign bus data type to target interface? if yes, how?
  2. if not, what would be best way to assign a bundle of data element instead using individual external port?
Regards,

回答 (1 件)

Kiran Kintali
Kiran Kintali 2020 年 7 月 10 日
編集済み: Kiran Kintali 2020 年 7 月 10 日
Bus support for External Port is not yet supported in HDLCoder and is under active development and will be available in the near release;
AXI4-Stream Video, AXI4-Stream, AXI4-Master support bus type at External Port Interface.
Please consider scalarizing the bus port at the top level DUT interface and recreating the bus port internally.

Community Treasure Hunt

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

Start Hunting!

Translated by