Skip to content

Commit

Permalink
Remove unused arg
Browse files Browse the repository at this point in the history
  • Loading branch information
tilk committed Mar 12, 2024
1 parent 58bc382 commit 87177b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coreblocks/peripherals/axi_lite.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class AXILiteSignature(Signature):
Patameters used to generate AXI-Lite signature
"""

def __init__(self, axil_params: AXILiteParameters, *, master: bool = True):
def __init__(self, axil_params: AXILiteParameters):
write_address = Signature(
{
"valid": Out(1),
Expand Down

0 comments on commit 87177b1

Please sign in to comment.