本文主要是介绍NoC片上网络,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
片上网络:
一般采用2D mesh拓扑,其核心为路由算法/流控机制,路由一般使用固定XY或虫孔算法,
目前比较好的NoC开源参考工程为:LisNoC
http://www.lisnoc.org/flowcontrol.html
ARM官方也有一些NoC应用:
CoreLink NI-700 Network-on-Chip Interconnect Technical Reference Manual
https://developer.arm.com/documentation/101566/latest
https://developer.arm.com/ip-products/system-ip/corelink-interconnect/corelink-cache-coherent-interconnect-family/corelink-ci-700
参考:
https://www.zhihu.com/question/31049944
知乎推荐的入门书籍:
https://github.com/timewh/NoC/blob/main/Principles%20and%20Practices%20of%20Interconnection%20Networks.pdf
https://people.inf.ethz.ch/omutlu/projects.htm
//
https://blog.csdn.net/weixin_30562507/article/details/99887510?utm_source=app&app_version=4.7.1&code=app_1562916241&uLinkId=usr1mkqgl919blen
其它NoC:
1,Kilo-NOC:http://www.istc-cc.cmu.edu/publications/papers/2012/kilonoc_isca11.pdf
2,Network-on-Chip 3D IC:
http://access.ee.ntu.edu.tw/noxim/index.html#:~:text=The%20Access%20Noxim%20is%20a%20co-simulation%20platform%20for,simulator%2C%20and%20HotSpot%20provides%20the%20architecture-level%20thermal%20model.
3,Noxim - the NoC Simulator
https://github.com/davidepatti/noxim
这篇关于NoC片上网络的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!