Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
202 changes: 202 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions spec/std/isa/proc_cert_model/MC100-32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ in_scope_priv_modes:
# History of this certificate.
revision_history:
- revision: "0.9.0"
date: "2025-02-06"
date: "2025-10-29"
changes:
- |
Provided to CSC Microcontroller WG for review given the following list of known issues:
** abc
** def
Made Zicntr from mandatory to optional since recent published ISA manuals have it as "recommended"
- revision: "0.8.0"
date: "2025-01-19"
changes:
Expand Down Expand Up @@ -118,7 +116,7 @@ extensions:
presence: mandatory
Zicntr:
version: "~> 2.0"
presence: mandatory
presence: optional
param_constraints:
TIME_CSR_IMPLEMENTED: {} # Unconstrained
Sm:
Expand Down
2 changes: 2 additions & 0 deletions spec/std/isa/proc_cert_model/MC200-32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ debug_manual_revision: "0.13.2"
# TODO: No ratified CLIC yet. It will be multiple extensions.

extensions:
Zicntr:
presence: mandatory
M:
presence: mandatory
B:
Expand Down
Loading