Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
NIC-400 Interconnect generation issue
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
119 subscribers
Views
2937 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
NIC-400 Interconnect generation issue
narendra kandimalla
over 12 years ago
Note: This was originally posted on 27th December 2012 at
http://forums.arm.com
Hi ,
I am using NIC-400 for AXI 128x64 interconnect. 1-slave X 2-masters.
Read transactions with arsize=4,arlen(burst lenth)=16 and burst size=3 doesn't give any issues.
BUT below read scenario is giving issue..........
Scenario:- AXI Read Transaction, Incrementing Burst with Burst Length 1.
Data for "arsize = 3". --Transaction Size = 8Bytes.
That means we are requesting 64-byte data from master side. In the simulation waveforms I can see a valid 64-bit data & 64-bit Zeros as valid next data each time.
In waveforms i can see XBAR selecting both lower 64-bit & higher 64-bit data of each 128-bit data it receives from slave.which its transfers as 2-valid data transactions to master.
During this process its missing to transfer another valid data it requested master(in this place Its transfering Valid ZERO data).
Is it The issue with XBAR generation?
Thanks,
Narendra
narendra kandimalla
over 12 years ago
Note: This was originally posted on 27th December 2012 at
http://forums.arm.com
I have one more concern regarding AXI-Slave input coming to XBAR.
incase of 128X64 bit (128-bit slave & 64-bit master) If we are requesting a transaction of
ARSIZE=3 means 64-bit data
ARLEN=0
ARBURST=1 means incremental burst.
My understanding is that slave should place 64-bit data in MSB & LSB positions of 128-input to XBAR alternatively in consecutive transfers.
Is That correct
or
Any other control signals(like arprot etc) will effect the postion of 64-bit data from AXI slave to XBAR ?
Thanks,
Narendra
Cancel
Vote up
0
Vote down
Cancel
Colin Campbell
over 12 years ago
Note: This was originally posted on 9th January 2013 at
http://forums.arm.com
Narendra,
For your first question I'd imagine that as NIC-400 is a fairly new product that you would have licensed it directly from ARM, and so you could use the support agreement you have with them to contact their support group directly. They are more likely to understand the issue you are observing, or be able to investigate them.
For the second question, as you have ARLEN=0 this means only one beat in this burst, so there wouldn't be any "consecutive" transfers. The ARADDR value would dictate which half of the 128 bit data bus should be used for the single transfer from the slave. If you did have a burst longer than one transfer, as it is an incrementing burst you should see data appear on alternating halves of the wider data bus.
JD
Cancel
Vote up
0
Vote down
Cancel