我正在寻找一份关于Risc V Rocket Tile "Nasti“接口协议的文档(Acquire,Grant,...)它与L1网络进行通信。
谢谢。
发布于 2016-03-04 18:56:27
你可能会在这里找到一些有用的信息:https://github.com/sergeykhbr/riscv_vhdl/
文件rocket_soc/rocketlib/types_rocket.vhd实现公共功能,并记录"TileLink“到"AMBA AXI (NASTI)”总线(555行)的桥接信号。rocket_soc/rocketlib/tilelink/axibridge.vhd ge.vhd文件本身就是桥。
https://stackoverflow.com/questions/35225600
复制相似问题