Vector_MulAdd_Accelerator icon indicating copy to clipboard operation
Vector_MulAdd_Accelerator copied to clipboard

vector multiplication adder accelerator (using chisel 3 and RocketChip RoCC ) 向量乘法累加加速器

Results 4 Vector_MulAdd_Accelerator issues
Sort by recently updated
recently updated
newest added

Hi, I'm really impressed with your work. I've been trying to run the verilator C test cases for the kernel accelerator as you have in the READme but I keep...

可以添加对PF32的支持吗

你好,最近阅读大佬的代码,关于rocc如何访问memory这个问题有一些疑惑。加速器应该是通过` ROCC_INSTRUCTION_SS(0, a, b, 0); //result a rs1, b rs2`这条指令获取了数据的地址,然后再将这个地址传递给`RoCCCoreIO`中的`HellaCacheIO`接口,但这个地址貌似是一个逻辑地址,与d-cache虚拟索引,物理地址tag的方式有点不相符。不知道大佬关于这个问题有没有想法。

![image](https://user-images.githubusercontent.com/43806118/68727804-673c6780-0600-11ea-990a-0d126419974e.png)