Skip to content

Commit

Permalink
Simplify Fn docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekcyjna committed Nov 4, 2023
1 parent d6c58d6 commit df09e3d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions coreblocks/fu/fu_decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,8 @@ def elaborate(self, platform):
class DecoderManager:
"""Class responsible for instruction management."""

"""
Type[IntFlag]
Enumeration of instructions implemented in given functional unit.
"""
"""
Type[IntFlag]
Enumeration of instructions implemented in given functional unit.
"""
Fn: Type[IntFlag]
"""Enumeration of instructions implemented in given functional unit."""

def get_instructions(self) -> Sequence[tuple]:
"""Method providing list of valid instruction.
Expand Down

0 comments on commit df09e3d

Please sign in to comment.