@@ -57,14 +57,14 @@ Fundamental Theorem.
5757
5858| * section in the paper* | * Rocq files* |
5959| -----------------------------------| ------------------------------------------------|
60- | Operational semantics (3 ) | ` opsem/* ` |
61- | Program Logic (4 ) | ` program_logic/* ` |
62- | Adequacy (5 ) | ` case_studies/template_adequacy_attestation.v ` |
63- | Logical Relation (6 ) | ` logrel/.v ` |
64- | FTLR (6 .3) | ` logrel/ftlr/* ` , ` fundamental.v ` |
65- | Case Study - SOC (7 .1) | ` case_studies/soc/*.v ` |
66- | Case Study - Mutual Attest (7 .2) | ` case_studies/mutual_attestation/*.v ` |
67- | Case Study - Sensor Readout (7 .3) | ` case_studies/memory_readout/*.v ` |
60+ | Operational semantics (4 ) | ` opsem/* ` |
61+ | Program Logic (5 ) | ` program_logic/* ` |
62+ | Adequacy (6 ) | ` case_studies/template_adequacy_attestation.v ` |
63+ | Logical Relation (7 ) | ` logrel/.v ` |
64+ | FTLR (7 .3) | ` logrel/ftlr/* ` , ` fundamental.v ` |
65+ | Case Study - SOC (8 .1) | ` case_studies/soc/*.v ` |
66+ | Case Study - Mutual Attest (8 .2) | ` case_studies/mutual_attestation/*.v ` |
67+ | Case Study - Sensor Readout (8 .3) | ` case_studies/memory_readout/*.v ` |
6868
6969# Differences with the paper
7070
@@ -74,11 +74,11 @@ Some definitions have different names from the paper.
7474
7575In the operational semantics:
7676
77- | * name in paper* | * name in mechanization* |
78- | ------------------- | -- -------------------------|
79- | Executable | Instr Executable |
80- | Halted | Instr Halted |
81- | Failed | Instr Failed |
77+ | * name in paper* | * name in mechanization* |
78+ | -----------------| -------------------------|
79+ | Running | Instr Executable |
80+ | Halted | Instr Halted |
81+ | Failed | Instr Failed |
8282
8383For technical reasons (so that Iris considers a single instruction as an atomic step),
8484the execution mode is interweaved with the "Instr Next" mode, which reduces to a value.
0 commit comments