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

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

Accepted Answer

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

More Answers (0)

Categories

Find more on Code Generation in Help Center and File Exchange

Products


Release

R2022a

Community Treasure Hunt

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

Start Hunting!