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

Testbench FSM stopping some Breker tests prematurely #1317

Open
jordancarlin opened this issue Mar 13, 2025 · 1 comment
Open

Testbench FSM stopping some Breker tests prematurely #1317

jordancarlin opened this issue Mar 13, 2025 · 1 comment

Comments

@jordancarlin
Copy link
Member

Some of the Breker tests are being prematurely halted by this code in the wallyTracer:

    if(HaltW) begin
`ifdef FCOV
      $display("Functional coverage test complete.");
`endif
`ifdef QUESTA
      $stop;  // if this is changed to $finish for Questa, wally.do does not go to the next step to run coverage and terminates without allowing GUI debug
`else
      $finish;
`endif
end

HaltW is driven by HaltM, which in turn is based on DCacheFlushStart from the testbench FSM.

@davidharrishmc
Copy link
Contributor

davidharrishmc commented Mar 13, 2025 via email

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

No branches or pull requests

2 participants