Microblaze RTL Simulation and AXI Slave wrapper tutorial

Описание к видео Microblaze RTL Simulation and AXI Slave wrapper tutorial

This video demonstrates how to run C code on Microblaze without using FPGA by associating the ELF file(generated by Xilinx SDK ) into HDL simulation.

This video also covers how to package your HDL code in AXI Slave wrapper without using Vivado HLS.

For making the second part of the video which deals with Microblaze simulation, I referred the following blog:-
  / 131671e86f04  

In the video I forgot to mention how to increase the size of Instruction memory of microblaze. If the .elf file generated by xilinx sdk is larger than 128 KB, you need to increase the size of microblaze instruction memory.
The blog mentioned above shows you how to do that.

The codes described in this video can be pulled from the following git repository:-
https://github.com/AnuragChoudhury/Mi...

Комментарии

Информация по комментариям в разработке