We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15fe3d9 commit ee0972cCopy full SHA for ee0972c
litedram/frontend/wishbone.py
@@ -26,7 +26,7 @@ def __init__(self, wishbone, port, base_address=0x00000000):
26
port_data_width = 2**int(log2(len(port.wdata.data))) # Round to lowest power 2
27
ratio = wishbone_data_width/port_data_width
28
29
- assert wishbone.addressing == "byte"
+ assert wishbone.addressing == "word"
30
31
if wishbone_data_width != port_data_width:
32
if wishbone_data_width > port_data_width:
0 commit comments