@@ -102,6 +102,7 @@ deliver external interrupts to the RISC-V application processor harts.
102
102
103
103
<<<
104
104
105
+ [[IOMMU]]
105
106
=== Input-Output Memory Management Unit (IOMMU)
106
107
107
108
[width=100%]
@@ -1184,11 +1185,9 @@ and more.
1184
1185
| QOS_030 | If CBQRI is supported, RISC-V harts within the application
1185
1186
processors of the SoC MUST include support for the `srmcfg` CSR.
1186
1187
Furthermore, this CSR MUST support a minimum of 16 RCIDs and at
1187
- least 32 MCIDs.
1188
- 2+a| _The count of RCID and MCID that can be used in the SoC should scale with
1189
- the number of RISC-V harts in the SoC._ +
1190
- +
1191
- _The `srmcfg` CSR is provided by the Ssqosid extension cite:[PRIV]._
1188
+ least 32 MCIDs. The count of RCID and MCID that can be used in the
1189
+ SoC SHOULD scale with the number of RISC-V harts in the SoC.
1190
+ 2+| _The `srmcfg` CSR is provided by the Ssqosid extension cite:[PRIV]._
1192
1191
1193
1192
| QOS_040 | If CBQRI is supported, the IOMMUs in the SoC SHOULD incorporate
1194
1193
support for the CBQRI-defined extension, enabling the association
@@ -1317,8 +1316,11 @@ data centers and enterprises.
1317
1316
| SPM_010 a| Significant caches within the SoC SHOULD incorporate an HPM capable
1318
1317
of counting:
1319
1318
1320
- * Cache lookup
1321
- * Cache miss
1319
+ * Cache lookups for reads
1320
+ * Cache misses on reads
1321
+ * Cache lookups for writes
1322
+ * Cache misses on writes
1323
+
1322
1324
2+| _It is recommended that a cache with a capacity that is approximately 16 KiB
1323
1325
or larger be considered a significant cache._
1324
1326
@@ -1350,6 +1352,8 @@ data centers and enterprises.
1350
1352
PCIe specification 6.0.
1351
1353
|===
1352
1354
1355
+ Please refer to <<IOMMU>> for details on the IOMMU performance monitoring rules.
1356
+
1353
1357
<<<
1354
1358
1355
1359
=== Security Requirements
0 commit comments