|
发表于 2008-7-26 19:16:10
|
显示全部楼层
Sorry that I'm not able to respond by Chinese, so here is my answer in English.
- Support of multiple outstanding transactions - means that you can issue more than one AXI requests (for example, issuing 4 read transactions) while the previous requested data (such as the data for first read request) is not yet available. This would not be possible under previous AHB (AMBA 2.0) protocol as AHB could only support one outstanding transaction but not more.
- Register slice - means that you can insert register at any point of logic path (this could improve the speed of critical path in your design as more registers are inserted between, so less logic level is achieved between two registers) because there is no restricted timing requirement/relationship between AXI different channels.
|
|