soc_core: cleanup/re-align
This commit is contained in:
parent
334ae336bf
commit
e8e57b4f87
|
@ -432,9 +432,10 @@ class SoCCore(Module):
|
|||
# Collect and create CSRs
|
||||
self.submodules.csrbankarray = csr_bus.CSRBankArray(self,
|
||||
self.get_csr_dev_address,
|
||||
data_width=self.csr_data_width,
|
||||
address_width=self.csr_address_width,
|
||||
alignment=self.csr_alignment)
|
||||
data_width = self.csr_data_width,
|
||||
address_width = self.csr_address_width,
|
||||
alignment = self.csr_alignment
|
||||
)
|
||||
|
||||
# Add CSRs interconnect
|
||||
if len(self._csr_masters) != 0:
|
||||
|
|
Loading…
Reference in New Issue