mirror of
https://github.com/alexforencich/verilog-ethernet.git
synced 2025-01-14 06:43:18 +08:00
merged changes in axis
This commit is contained in:
commit
db3bbfdf20
@ -169,6 +169,7 @@ class AXIStreamFrame(object):
|
||||
def __eq__(self, other):
|
||||
if type(other) is AXIStreamFrame:
|
||||
return self.data == other.data
|
||||
return False
|
||||
|
||||
def __repr__(self):
|
||||
return 'AXIStreamFrame(data=%s, keep=%s, dest=%s, user=%s)' % (repr(self.data), repr(self.keep), repr(self.dest), repr(self.user))
|
||||
|
Loading…
x
Reference in New Issue
Block a user