mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
soc/cores/uart:Stream2Wishbone: remove no more needed data_width/address_width equality test
This commit is contained in:
parent
3cb34e7951
commit
a988712974
1 changed files with 0 additions and 2 deletions
|
@ -312,8 +312,6 @@ class Stream2Wishbone(Module):
|
|||
|
||||
# # #
|
||||
|
||||
assert data_width == address_width
|
||||
|
||||
cmd = Signal(8, reset_less=True)
|
||||
incr = Signal()
|
||||
length = Signal(8, reset_less=True)
|
||||
|
|
Loading…
Reference in a new issue