remove explicit finalize, is not needed and probably out of order
This commit is contained in:
parent
c3980f64da
commit
f7d6fbee2f
|
@ -424,7 +424,6 @@ class UpsilonSoC(SoCCore):
|
|||
self.submodules.picorv32 = pr = PicoRV32()
|
||||
self.bus.add_slave("picorv32_master_bram", pr.bram_iface.buses[0],
|
||||
SoCRegion(size=pr.bram.region.size, cached=True))
|
||||
pr.finalize()
|
||||
|
||||
def __init__(self,
|
||||
variant="a7-100",
|
||||
|
|
Loading…
Reference in New Issue