Add DTLB bundle and initial agent interfaces#159
Open
kennny6 wants to merge 1 commit intoXS-MLVP:mainfrom
Open
Add DTLB bundle and initial agent interfaces#159kennny6 wants to merge 1 commit intoXS-MLVP:mainfrom
kennny6 wants to merge 1 commit intoXS-MLVP:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
本 PR 为 DTLB 和 PTW 的测试环境添加了 Agent 初步实现,包括 DTLBAgent、CSRAgent、PTWAgent、ControlAgent 和 PMPAgent,以及对应的 Bundle 定义(ld_tlb_bundle.py)。这些 Agent 用于驱动和监测 DTLB 和 PTW 的功能,支持多端口并发非阻塞请求、TLB hit/miss、PTW 交互、权限异常、SFENCE 配置和 redirect 配置。主要修改包括:
动机:
依赖:
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
我已经通过脚本完成了对 DTLB Bundle 的检查,验证了新增内容的正确性:
由此确认 Bundle 定义在语法和结构上均正确,可以顺利集成到测试环境中。
Test Configuration:
Checklist: