ultraembedded / core_sdram_axi4

SDRAM controller with AXI4 interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

port mapping the top module with AXI ip

Madesh12 opened this issue · comments

We are using sdram in our FPGA board. Our SDRAM same that you have given project.
So I am working with your code. I want to create axi ip from your code and use it with the microblaze. I cannot port map Some signals in the top module with AXI4 peripheral in the creation of AXI ip. I gave the picture that I have stucked.

It looks like you are connecting an AXI4-Lite interface to a full AXI-4 target, so you need to tie off the following inputs;

AWID = 0 // X
AWBURST= 1 // INCR
AWLEN = 0 // SINGLE
WLAST = 1 // SINGLE
ARID = 0 // X
ARBURST = 1 // INCR
ARLEN = 0 // SINGLE

I don’t see any screenshot.

They are not showing up.