パラレル入力に対応したFIFOを生成したい。

タイトルの通り、パラレル入力に対応したFIFOを生成したいのですが、
HDL_FIFOブロック(要HDL Coder)ではシリアル入力(スカラー)しか対応しておらずエラーとなってしまいます。
どうすればよろしいでしょうか。なお、読み出し時(read)の出力周期も変更したいです。
回答宜しくお願いします。

 Respuesta aceptada

Atsushi Matsumoto
Atsushi Matsumoto el 3 de Jun. de 2022

1 voto

Dual Port RAM Systemなど、 "System"と名前の付いたRAMブロックはパラレル(ベクトル信号)入力に対応しています。
また、
>> hdlcoder_asynchronous_fifo
にRAMブロックを使用したFIFOのモデル例がありますので、これを参考に自作するのが良いと思います。

Más respuestas (0)

Categorías

Más información sobre Code Generation en Centro de ayuda y File Exchange.

Productos

Versión

R2022a

Etiquetas

Preguntada:

el 20 de Mayo de 2022

Respondida:

el 3 de Jun. de 2022

Community Treasure Hunt

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

Start Hunting!