Skip to content
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

Cv32e40p/dev #2428

Merged
merged 2 commits into from
May 13, 2024
Merged

Conversation

dd-baoshan
Copy link

  1. Update correct testname
  2. Update behavioral logic on collecting clk_cycle_window for fpu

Signed-off-by: dd-baoshan <baoshan.mak@dolphin.fr>
Signed-off-by: dd-baoshan <baoshan.mak@dolphin.fr>
if((clk_cycle_window == 0) && (apu_req == 1)) begin
clk_cycle_window = 1;
curr_fpu_apu_op_if = apu_op;
assert (clk_cycle_window <= MAX_FP_XACT_CYCLE);
Copy link
Member

Choose a reason for hiding this comment

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

In CORE-V-VERIF immediate assertions require an else clause that invokes uvm_error. After running a CI regression I have not seen this assertion fire, so in the interest of time I will approve/merge this file and create an Issue to add the else clause in a future PR.

@MikeOpenHWGroup MikeOpenHWGroup merged commit b73c534 into openhwgroup:cv32e40p/dev May 13, 2024
1 check passed
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.

2 participants