Skip to content

Commit e1509dd

Browse files
committed
Rename
1 parent 07cbe34 commit e1509dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

veriloggen/types/axi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3667,7 +3667,7 @@ def write_word(self, fsm, word_index, byte_offset, wdata, bits=8):
36673667
return 0
36683668

36693669

3670-
class AxiSerialMultiportMemoryModel(AxiMemoryModelOld):
3670+
class AxiSerialMultiportMemoryModel(AxiSerialMemoryModel):
36713671
__intrinsics__ = ('read', 'write',
36723672
'read_word', 'write_word')
36733673

0 commit comments

Comments
 (0)