Skip to content

Commit

Permalink
l for log, not t for trace
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-erbsen committed Apr 5, 2024
1 parent 53de382 commit 2173acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bedrock/End2End/X25519/GarageDoorTop.v
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Definition only_mmio_satisfying P t :=
Local Notation labeled_transitions := stateful.
Local Notation boot_seq := BootSeq.

Definition protocol_spec t := exists s s', labeled_transitions protocol_step s s' t.
Definition protocol_spec l := exists s s', labeled_transitions protocol_step s s' l.
Definition io_spec : list LogItem -> Prop := only_mmio_satisfying (boot_seq +++ protocol_spec).

Import ExprImpEventLoopSpec.
Expand Down

0 comments on commit 2173acf

Please sign in to comment.