mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
bus/asmibus: fix typo
This commit is contained in:
parent
28b0c340af
commit
7894411418
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class Port:
|
|||
if not self.finalized:
|
||||
raise FinalizeError
|
||||
return self.call \
|
||||
&& (self.tag_call == Constant(self.base + slotn, BV(self.tagbits)))
|
||||
& (self.tag_call == Constant(self.base + slotn, BV(self.tagbits)))
|
||||
|
||||
def get_fragment(self):
|
||||
if not self.finalized:
|
||||
|
|
Loading…
Reference in a new issue