Adding Makefile common.mk and Python script to generate run_local_regression.sh#469
Adding Makefile common.mk and Python script to generate run_local_regression.sh#469jinalhpatel wants to merge 3 commits into
Conversation
|
Coverage dashboard artifact for this PR is available in the CI run |
|
Coverage dashboard artifact for this PR is available in the CI run |
samipmodi323
left a comment
There was a problem hiding this comment.
gen_ci_testlist.py - ok.
Makefile - ok
| # Copyright 2020 Western Digital Corporation or its affiliates. | ||
| # Copyright 2024 Antmicro <www.antmicro.com> |
There was a problem hiding this comment.
remove these two copyrights are these contributions are from Google.
| #Example make command to run single test without run_regress_test.sh# | ||
| #make snapshot="caliptra-core" TEST=ecc debug=1 SIMULATOR=vcs | ||
| # | ||
| #Example make command to run single test with run_regress_test.sh# | ||
| #make run_reg_test TEST=dcls COVERAGE=all SIMULATOR=vcs |
There was a problem hiding this comment.
Move this to the beginning of the file as instructions on how to use this Makefile, and describe what run_reg_test does.
e.g.
# Example make command to run single test
# make snapshot="caliptra-core" TEST=ecc debug=1 SIMULATOR=vcs
#
# Example make command to run single test with run_regress_test
# make run_reg_test TEST=dcls COVERAGE=all SIMULATOR=vcs|
Hi @jinalhpatel, please amend your commit and force push once you are done addressing the feedback. You will also have to rebase against the |
…gression.sh Signed-off-by: Jinalben Patel <jinalben@google.com>
bba3134 to
6f63c4c
Compare
|
Coverage dashboard artifact for this PR is available in the CI run |
|
Hi @jinalhpatel we want to avoid having merge commits to maintain a clean git history. Please revert the merge commit and do something like this to rebase: Use Thanks |
|
Coverage dashboard artifact for this PR is available in the CI run |
Makefile :
containing make command target for software and block level test
also target for local regression run
gen_ci_testlist.py:
work is in progress to enhance require run_local_regression.sh
common.mk :
Added fsdb generation with WAVES=1, for verification/block/$TEST