-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FPGA: Add the function of fpga core difftest #453
base: master
Are you sure you want to change the base?
Conversation
Where does the source code come from? Who are the authors? |
bdd099c
to
01109df
Compare
38f0039
to
9b1bf1f
Compare
您好,想问一下,目前difftest环境和encore能结合起来吗?我看到encore的流程里在生成snapshot,可以进一步在仿真环境里运行,这里是否可以用difftest来跑?另外,目前fpga上的difftest环境运行时速度跟encore比哪个更快呢? |
这套框架怎么用起来? 需要在FPGA流程里使用吗? |
你好,这套系统就是将类似encore的结构做到difftest环境,这套系统目前能传输大约7GB/S的数据,具体运行频率 需要视difftest模式情况而计算,因为不同模式下的difftest产生的数据量不一样 |
你好,暂时还没有完全适配好,后续会出文档的 |
9b1bf1f
to
b165cb1
Compare
Co-Author: xushuoxiang <[email protected]>
…channel out-of-order reception of data packets
b165cb1
to
3ba5887
Compare
3ba5887
to
2c3e0a2
Compare
c3d5c14
to
64f8928
Compare
When using fpga to carry out difftest, difftest will read out the architecture related information from the dma interface as a host program, and check the register on the PC side.
usage
make fpga-build
,./fpga-host --diff=nemu.so
The idea of this function comes from the revision of encore. Thanks to the support of Teacher Shi Kan and Xu Shuoxiang for providing the XDMA initialization code (f7f0f8b), and Zhang Shoulin for helping debug the FPGA
Co-authored-by: fengkehan [email protected]
Co-authored-by: xushuoxiang [email protected]
Co-authored-by: zhangshoulin [email protected]