摘要: 系统总线:片内总线:AXI:AXI(Advanced eXtensible Interface)是一种总线协议,该协议是ARM公司提出的AMBA(Advanced Microcontroller Bus Architecture)3.0协议中最重要的部分,是一种面向高性能、高带宽、低延迟的片内总线。 它的地址/控制和数据相位是分离的,支持不对齐的数据传输,同时在突发传输中,只需要首地址,同时分离的读写数据通道、并支持显著传输访问和乱序访问,并 更加容易就行时序收敛。AXI 是AMBA 中一个新的高性能协议。AXI 技术丰富了现有的AMBA 标准内容,满足超高性能和复杂的片上系统(SoC)设计的 阅读全文
posted @ 2012-11-13 13:10 interrupt 阅读(600) 评论(0) 推荐(0)
摘要: If you wish to use the mtd nandsim device as a simulator for testingyaffs, you can follow these steps: 1) Make sure you have a recent 2.6 kernel with a recent MTD tree. (Ifyou ask the MTD folk, they'll tell you to run the mtd patchin scriptfrom the latest cvs version of MTD.) 2) Configure your k 阅读全文
posted @ 2012-11-01 16:08 interrupt 阅读(2542) 评论(0) 推荐(1)