Skip to content

FPV bench setup for br_cdc_stable_data#998

Closed
zhemao-openai wants to merge 2 commits intospr/main/91823ccdfrom
spr/main/90324e28
Closed

FPV bench setup for br_cdc_stable_data#998
zhemao-openai wants to merge 2 commits intospr/main/91823ccdfrom
spr/main/90324e28

Conversation

@zhemao-openai
Copy link
Copy Markdown
Contributor

@zhemao-openai zhemao-openai commented Mar 10, 2026

Stack:

⚠️ Part of a stack created by spr. Do not merge manually using the UI - doing so may have unexpected results.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 56500e8c83

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

module br_cdc_stable_data_fpv_monitor #(
parameter int Width = 1,
parameter logic [Width-1:0] InitValue = '0,
parameter bit EnableRegisterResetActive = 1,
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Align reset parameter name with suite configuration

br_cdc_stable_data_test_suite sweeps "RegisterResetActive" in cdc/fpv/BUILD.bazel (lines 681-684), but the new monitor exposes that control as EnableRegisterResetActive, so the suite’s override does not target any top-level parameter. In the FPV runs for this monitor, that either triggers an unknown-parameter error on strict elaborators or silently leaves the monitor at its default reset behavior, meaning the RegisterResetActive=0 scenario is never actually verified.

Useful? React with 👍 / 👎.

zhemao-openai added a commit that referenced this pull request Mar 10, 2026
**Stack**:
- #998
- #997
- #995
- #996⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do
not merge manually using the UI - doing so may have unexpected results.*
@zhemao-openai zhemao-openai changed the base branch from spr/main/e69dfb01 to main March 10, 2026 18:24
@zhemao-openai zhemao-openai changed the base branch from main to spr/main/91823ccd March 10, 2026 18:25
zhemao-openai added a commit that referenced this pull request Mar 10, 2026
commit-id:9c23baf9

---

**Stack**:
- #998
- #997
- #995⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do
not merge manually using the UI - doing so may have unexpected results.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant