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

[WIP] Port bsg_cache to verilator #707

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dpetrisko
Copy link
Contributor

Only minor changes now that verilator supports timing statements. This PR only fixes basic_32, but would be trivial to port other tests.

  • resolve blocking / non-blocking mixture in checker. Should all be non-blocking
  • Add USE_VERILATOR flag to switch between VCS/Verilator
  • Move to bsg_trace_replay from deprecated bsg_fsb_node_trace_replay
  • Adding -DWAVE definition to allow sims to be compiled w/wo dump for speed
  • rename testbench.checker to testbench._checker to avoid keyword conflict (checker is a SV keyword. VCS allows this override but Verilator does not, which is probably the sane thing)
  • Workaround for Verilator 5.030 regression Tests: Add test for readmem into bit memory verilator/verilator#5616

@dpetrisko dpetrisko added the enhancement New feature or request label Nov 18, 2024
@dpetrisko dpetrisko self-assigned this Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant