
RAM based circular shift register in Simulink
7 ビュー (過去 30 日間)
古いコメントを表示
Hey!
I am trying to implement a circular shift register in a Simulink project that will be converted to HDL code later. I can not use the conventional shift register block in the library because it does not have HDL support. So I wanted to know how can I implement RAM based circular shift register. Or if there is any other way of implementing so that it can be converted to HDL code?
0 件のコメント
回答 (1 件)
Kiran Kintali
2022 年 9 月 25 日
編集済み: Kiran Kintali
2022 年 10 月 7 日
If you are looking to model delay length via input port using RMA you could use the following style of modeling pattern.

0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!