修改时间 02-13-2019 02:22 PM
3 / 5000
i have instantiated an Axi data width converter ip in my axi inteconnect, i configure Axi data width converter SI data width=32bit, MI data width= 128bit, when i run simulation , set Axi data width converter SI AWLEN/ARLEN=8'h7, its output MI AWLEN/ARLEN=8'h1; but when i set Axi data width converter SI AWLEN/ARLEN=8'h8, its output MI AWLEN/ARLEN=8'h2;
my probems is in AXI protocol,AWLEN/ARLEN=8'h7 means burst length is 8, after Axi data width converter, AWLEN/ARLEN should be 8'h2, rather than 8'h1.
修改时间 02-18-2019 10:51 AM
Hi Ruby,
Where do you call the axi_datawidth_converter? IP intergrator or IP catalog?
What is the master and slave of the test?
Could you post the waveform of the test?