Skip to content

Commit

Permalink
Merge pull request #216 from antoinevg/antoinevg/amaranth-rfc22-compat
Browse files Browse the repository at this point in the history
gateware: update for amaranth rfc-22 compatibility
  • Loading branch information
antoinevg authored Sep 1, 2023
2 parents 43247ef + ee31b13 commit 1d8e9cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions luna/gateware/interface/jtag.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ def __getitem__(self, key):
'cs': self.cs
}[key]

def shape(self):
return self.as_value().shape()

def _synchronize_(self, m, output, o_domain="sync", stages=2):
""" Creates a synchronized copy of this interface's I/O. """
Expand Down

0 comments on commit 1d8e9cf

Please sign in to comment.