NIOS II 16:Avalon MM Master学习总结
作者:互联网
1、Avalon MM Master
通过学习我们知道NIOS II就是一个典型的Avalon MM Master.
Master在Avalon MM总线上,可以对Slave进行读写操作。
2、用户自定义Avalon MM Master外设
a: master read
包括单次模式和突发模式
b:master write
包括单次模式和突发模式
3、master摸板有三部分组成
a: 时钟、复位
b: master总线读写逻辑
adress
be
read
readdata
dvalid
wait
write
writedata
burstcount
c: 控制逻辑
fixedlocation
base
length
go
done
earlydone
d:fifo
readbuffer
readbufferdata
readbuffeavailable
writebuffer
writebufferdata
bufferfull
标签:NIOS,16,MM,模式,Avalon,master,Master,单次 来源: https://blog.csdn.net/cw0617/article/details/117468991