soc_core: cleanup/re-align
This commit is contained in:
parent
334ae336bf
commit
e8e57b4f87
|
@ -434,7 +434,8 @@ class SoCCore(Module):
|
||||||
self.get_csr_dev_address,
|
self.get_csr_dev_address,
|
||||||
data_width = self.csr_data_width,
|
data_width = self.csr_data_width,
|
||||||
address_width = self.csr_address_width,
|
address_width = self.csr_address_width,
|
||||||
alignment=self.csr_alignment)
|
alignment = self.csr_alignment
|
||||||
|
)
|
||||||
|
|
||||||
# Add CSRs interconnect
|
# Add CSRs interconnect
|
||||||
if len(self._csr_masters) != 0:
|
if len(self._csr_masters) != 0:
|
||||||
|
|
Loading…
Reference in New Issue