config_pkg.sv: fix typo (for doc rendering) (#2909)
Some checks are pending
bender-up-to-date / bender-up-to-date (push) Waiting to run
ci / build-riscv-tests (push) Waiting to run
ci / execute-riscv64-tests (push) Blocked by required conditions
ci / execute-riscv32-tests (push) Blocked by required conditions

remove one dash
This commit is contained in:
André Sintzoff 2025-04-09 15:34:06 +02:00 committed by GitHub
parent 440062b9c0
commit a220a54942
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -235,7 +235,7 @@ package config_pkg;
bit unsigned UseSharedTlb;
// MMU depth of shared TLB
int unsigned SharedTlbDepth;
// OBI version compliance, 0 mean non compliant --> best performance
// OBI version compliance, 0 mean non compliant -> best performance
int unsigned ObiVersion;
// Configuration defines cva6_pipeline module as top instead of cva6 (no cache and OBI instead of AXI)
bit PipelineOnly;