We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985cee1 commit ed25d9dCopy full SHA for ed25d9d
doc/SUMMARY.md
@@ -8,6 +8,7 @@
8
- [Platform Developer](./getting-started/plat-dev.md)
9
- [Network Configuration](./network.md)
10
- [Verification](./getting-started/verification.md)
11
+ - [Model Checking](./islet-model-checking.md)
12
- [Components](./components/index.md)
13
- [CCA platform architecture](./components/cca_design.md)
14
- [Realm Management Monitor](./components/rmm.md)
doc/getting-started/verification.md
@@ -25,3 +25,5 @@ rmi_granule_undelegate
25
# Choose one among the list in `Available RMI targets` for the value of `RMI_TARGET`
26
$ RMI_TARGET=rmi_granule_undelegate make verify
27
```
28
+
29
+For more about Islet's model-checking, please refer to [here](../islet-model-checking.md).
0 commit comments