Skip to content

Commit

Permalink
reformat using black
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady committed May 2, 2024
1 parent b58e66c commit 5a0b09b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bus_env/bus_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class bus_item(UVMSequenceItem):
RESET = 2
NOPE = 3 # Insert a no-op in the sequence
counter = 0

def __init__(self, name="bus_item"):
super().__init__(name)
self.tag = name
Expand Down

0 comments on commit 5a0b09b

Please sign in to comment.