[HDL Coder] How to keep subsystems port names when applying input/output pipelining

1 回表示 (過去 30 日間)
Grégory SEABRA
Grégory SEABRA 2015 年 3 月 25 日
回答済み: Kiran Kintali 2020 年 2 月 15 日
Hello,
I am currently developping a control algorithm which will be implemented inside a Xilinx Spartan6 FPGA. I generate the VHDL code using HDL Coder.
In order to optimize the system frequency, I use "input/output pipeline" options for several subsystems.
The problem is that the modified model, from which the code is generated, is composed of the same subsystems, but the in/out ports have different names than they have in my original design.
The names are generic ones (in0, in1,...out0, out1...) whereas I named them with explicit words according to the signals they are connected to.
My question is:
How is it possible to keep the original in/out port names for my subsystems when generating VHDL code from a modified model including input&output pipelines?
MATLAB/Simulink/HDL-Coder version: 2013b
Thanks by advance for your help.
Regards
Grégory SEABRA
  1 件のコメント
Peyman K. Reghbati
Peyman K. Reghbati 2020 年 2 月 14 日
Hi,
Actually I have the same question. Sometimes I get the right port name, sometimes the generics.
Thanks
--
Peyman

サインインしてコメントする。

回答 (1 件)

Kiran Kintali
Kiran Kintali 2020 年 2 月 15 日
Hi, Can you share the model and generated code? Thanks.

カテゴリ

Help Center および File ExchangeCode Generation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by