LoginSignup
0
0

More than 5 years have passed since last update.

Zybo > Chronicles blog 24 > 作成したAXI4 peripheral関連のvhdファイル

Last updated at Posted at 2016-05-24

MicroZed Chronicles リスト http://adiuvoengineering.com/?page_id=285
@ Adam Taylor blog
https://forums.xilinx.com/t5/Xcell-Daily-Blog/The-Zynq-PS-PL-Part-Four-Adam-Taylor-s-MicroZed-Chronicles-Part/ba-p/428548

作成したAXI4 peripheralに関して、機能追加しようという説明がある。

関連ファイルを開く。Vivadoでの作業となる。

The first thing to do is open the Vivado project and the block diagram that contains the peripheral we created. Right click on the peripheral and select the “Edit in IP Packager option.” This will open the IP Packager view in a new window which enables you to edit and update the peripheral.

2つのファイルがある。

  • Adams_Peripheral_v1_0.vhd – Top Level architectural files where you would define user I/O that leaves the module.

  • Adams_Peripheral_V1_0_S00_AXI.vhd – RTL file, which contains the functional AXI interface including the four registers initially created.

vhdの文法を勉強しないといけない。

1800ページあるZynq Technical Reference Manualの通読を停止して、vhdの勉強をするか悩む。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0