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

Add basic regression framework #2

Open
sgherbst opened this issue Apr 16, 2020 · 0 comments
Open

Add basic regression framework #2

sgherbst opened this issue Apr 16, 2020 · 0 comments
Assignees

Comments

@sgherbst
Copy link
Contributor

This will make it easier for us to validate pull requests like PR #1. You can look at DragonPHY as an example for how to set this up. The key things are to:

  1. Set up a BuildKite pipeline for DaVE
  2. Target a fault2 agent in .buildkite/pipeline.yml
  3. If you want to run tests with fault using the ncsim simulator, my main tips are:
    1. Use the flags argument to pass the -sv flag. This is needed because some files in DaVE use SystemVerilog syntax but have a .v extension.
    2. Add these defines: {'DAVE_TIMEUNIT': '1fs', 'NCVLOG': None}. DAVE_TIMEUNIT could be set to any valid time unit like '1ps', '1ns', etc.
    3. Make sure that inc_dirs includes $mLINGUA_DIR/samples (may have to resolve that to an absolute path for fault)
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