- Target workflow を IP Core Generation に設定
- Target platform を Generic Platform に設定
HDL Coder を使って ASIC 用の AXI 接続の IP は生成できますか?
1 view (last 30 days)
Show older comments
ASIC(SoC) 向けに HDL Coder で RTL を生成したいと考えています。I/F を AXI にしたいのですが、ドキュメントを調べても FPGA 向けのものしかなく、Generic で生成する方法が見当たりません。これはどのように実現すればよろしいのでしょうか?
0 Comments
Answers (1)
Hiro Kawai
on 25 Jun 2025
流れとしてはFPGA向けと同様となります。Genericで生成の場合は、HDL CoderのWorkflow Advisorにて下記のようにお試し下さい。
1.1. Set Target Device and Synthesis Toolにて
1.2. Set Target InterfaceにてPort Name一覧が表示されるので、Target Platform Interfacesカラム で所望のインターフェイスを選択 (ここで、AXI4を選択)
上記を行い、その他の項目を正しく設定した上でコード生成を行うと、GenericなAXI I/F対応のIPコアが出来ます。
0 Comments
See Also
Categories
Find more on HDL Coder in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!