Skip to content

Commit fec8b4e

Browse files
committed
mergeme: spiflash shouldnt take a pins paramter now
1 parent 2a463db commit fec8b4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

amaranth_orchard/memory/spimemio.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ def elaborate(self, platform):
5656
- data_bus is a bus peripheral that directly maps the 16MB of read-only flash memory.
5757
"""
5858

59-
def __init__(self, mem_name=("mem",), cfg_name=("cfg",), *, flash):
60-
self.flash = flash
59+
def __init__(self, mem_name=("mem",), cfg_name=("cfg",), *):
6160
self.size = 2**24
6261
size_words = (self.size * 8) // 32
6362

0 commit comments

Comments
 (0)