add coverage mapping, fix internal signal access, improve line covera…#193
Open
Gui-Yue wants to merge 1 commit intoXS-MLVP:mainfrom
Open
add coverage mapping, fix internal signal access, improve line covera…#193Gui-Yue wants to merge 1 commit intoXS-MLVP:mainfrom
Gui-Yue wants to merge 1 commit intoXS-MLVP:mainfrom
Conversation
…ge, and stabilize failing checks
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 主要针对 IPrefetchPipe 验证的稳定性与覆盖率可追踪性进行修复和优化。
变更摘要
覆盖说明(未覆盖行的合理性)
本 PR 已优先补齐运行期功能相关分支覆盖并保证回归稳定通过。
背景与动机
此前 IPrefetchPipe 验证存在:
本 PR 通过增强可观测性和优化刺激时序,提升验证稳定性与覆盖质量。
依赖
Fixes # N/A
Type of change
How Has This Been Tested?
使用代理环境执行:
export http_proxy=http://127.0.0.1:7897 https_proxy=http://127.0.0.1:7897
复现命令:
make test target=ut_frontend/icache/iprefetchpipe/测试结果:
Test Configuration:
Checklist: