Skip to content

Commit

Permalink
model: add SKIP_PATTERN_GEN (unimplemented)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Nov 11, 2024
1 parent 796ed75 commit eaf29d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions seal5/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ class Seal5InstrAttribute(Enum):
COMPRESSED = auto()
USES = auto()
DEFS = auto()
SKIP_PATTERN_GEN = auto() # TODO: use


class Seal5FunctionAttribute(Enum):
Expand Down

0 comments on commit eaf29d7

Please sign in to comment.