Skip to content

Commit

Permalink
GarageDoorTop: assert some types
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-erbsen committed Apr 5, 2024
1 parent 88d20b4 commit 7f384e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Bedrock/End2End/X25519/GarageDoorTop.v
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,11 @@ Import bedrock2.Map.Separation. Local Open Scope sep_scope.
Require Import bedrock2.ReversedListNotations.
Local Notation run1 := (mcomp_sat (run1 Decode.RV32IM)).
Local Notation RiscvMachine := MetricRiscvMachine.
Goal True.
pose (run1 : RiscvMachine -> (RiscvMachine -> Prop) -> Prop).
pose (always(iset:=Decode.RV32IM) : (RiscvMachine -> Prop) -> RiscvMachine -> Prop).
Abort.

Implicit Types mach : RiscvMachine.
Local Coercion word.unsigned : word.rep >-> Z.

Expand Down

0 comments on commit 7f384e7

Please sign in to comment.