JTAG to AXI master

どうやらVIOみたいに専用のウィンドウがあるわけではなく、アクセスはtclコマンドで実施する必要がある。

IP integratorでAXI-GPIOにLEDとDIPSWをつなげたプロジェクトを作り、オープンハードウェアして、接続後以下のコマンドで動作確認。

  create_hw_axi_txn wr [get_hw_axis hw_axi_1] -address 40000008 -data 0000000F -type write
  create_hw_axi_txn rd [get_hw_axis hw_axi_1] -address 40000000 -type read  
  
  run_hw_axi wr
  run_hw_axi rd