Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
Run server
1 | $ hexo server |
More info: Server
Generate static files
1 | $ hexo generate |
More info: Generating
Deploy to remote sites
1 | $ hexo deploy |
More info: Deployment
今日踩坑
1.Champsim 最新版本2024-12即使报错也会生成bin文件,这个感觉是他的编译选项问题
2.firesim 在使用au280时,应该使用BaseXilinxAlveoConfig替换PLATFORM_CONFIG=BaseXilinxAlveoU280Config,直接加入一個BaseXilinxAlveoU280Config也可以
2025-2-5
今日发现dcache的写dirty有问题:目前这个写逻辑有问题,只有当写数据,或者写miss才会设定dirty位,读miss读出的数据是不会设置dirty位的,但不影响功能,
而且之后可能会加入mshr合并机制:mshr不合并?