パラレル入力に対応したFIFOを生成したい。
    1 visualización (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    kkdra57
 el 20 de Mayo de 2022
  
    
    
    
    
    Respondida: Atsushi Matsumoto
    
 el 3 de Jun. de 2022
            タイトルの通り、パラレル入力に対応したFIFOを生成したいのですが、
HDL_FIFOブロック(要HDL Coder)ではシリアル入力(スカラー)しか対応しておらずエラーとなってしまいます。
どうすればよろしいでしょうか。なお、読み出し時(read)の出力周期も変更したいです。
回答宜しくお願いします。
0 comentarios
Respuesta aceptada
  Atsushi Matsumoto
    
 el 3 de Jun. de 2022
        Dual Port RAM Systemなど、 "System"と名前の付いたRAMブロックはパラレル(ベクトル信号)入力に対応しています。
また、
>>  hdlcoder_asynchronous_fifo
にRAMブロックを使用したFIFOのモデル例がありますので、これを参考に自作するのが良いと思います。
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
