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

Physical Memory Protection (32/64) Tests and Covergroups #462

Open
wants to merge 25 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
095f7ef
PMP32 and PMP64 Covergroups added
MuhammadHammad001 Apr 29, 2024
5a44a3f
YAML basedHeaders/Macros file for the coverpoints added
MuhammadHammad001 Apr 29, 2024
dfcad6b
Added PMP32 and PMP64 ACTs
UmerShahidengr Apr 29, 2024
6ecb0ef
Added Changelog entry
UmerShahidengr Apr 29, 2024
05f23bb
PMP Macros added in Header file, PMP tests updated to support byte an…
MuhammadHammad001 Jul 2, 2024
d5a1e8e
64 bit PMP Tests and coverpoints updated
MuhammadHammad001 Jul 2, 2024
1214bb0
32 bit PMP Coverpoints updated to more compact version
MuhammadHammad001 Jul 2, 2024
a0bc569
Merge branch 'dev' into pmp_cov_test
MuhammadHammad001 Jul 2, 2024
65cb741
Changelog entry removed for the PMP Tests and Coverpoints
MuhammadHammad001 Jul 18, 2024
a460920
Merge branch 'dev' into pmp_cov_test
UmerShahidengr Jul 23, 2024
bb318a9
Update rv32_pmp.cgf
UmerShahidengr Aug 2, 2024
a4ed357
Merge branch 'dev' into pmp_cov_test
UmerShahidengr Aug 2, 2024
ccfa08f
Update rv64_pmp.cgf
UmerShahidengr Aug 2, 2024
4650b89
Merge branch 'dev' into pmp_cov_test
jamesbeyond Oct 7, 2024
408b032
Merge branch 'dev' into pmp_cov_test
UmerShahidengr Oct 9, 2024
9c5341e
Merge branch 'dev' into pmp_cov_test
UmerShahidengr Oct 15, 2024
112ed98
Merge branch 'riscv-non-isa:dev' into pmp_cov_test
UmerShahidengr Oct 18, 2024
a48e1ef
Merge branch 'dev' into pmp_cov_test
UmerShahidengr Oct 18, 2024
21489f3
Merge branch 'riscv-non-isa:dev' into pmp_cov_test
UmerShahidengr Oct 18, 2024
304f853
Changed the CI to see the artifacts
UmerShahidengr Oct 18, 2024
7695c7c
Reverted the change in CI
UmerShahidengr Oct 18, 2024
c068f3c
Merge branch 'dev' into pmp_cov_test
UmerShahidengr Oct 25, 2024
1be1bcb
Removed __pycache__ folders
UmerShahidengr Oct 25, 2024
4a42f28
removed riscof work folder
MuhammadHammad001 Oct 26, 2024
7954b57
RISCOF work folder in rv64 removed
MuhammadHammad001 Oct 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
MuhammadHammad001 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## [3.9.2] - 2024-07-02
- Added pmp32 and pmp64 ACTs with coverpoints

## [3.9.1] - 2024-07-01
- Converted one of the CANARY words to a delta instret count (there is a variable that will enable that)
- Converted CODE/DATA/SIG_BEGIN/END to include all the little incidental code, so the tests template improves
Expand Down
Loading
Loading