Skip to content

Commit

Permalink
closing the namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
lfrenot committed Nov 28, 2024
1 parent 4aeb81a commit 4a995a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sail_lean_backend/Sail/sail.lean
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ def truncate {w: Nat} (x: BitVec w) (w': Nat) : BitVec w' :=

def truncateLSB {w: Nat} (x: BitVec w) (w': Nat) : BitVec w' :=
x.extractLsb' 0 w'

end BitVec
end Sail

0 comments on commit 4a995a2

Please sign in to comment.