soc: remove unneeded \n
This commit is contained in:
parent
0f1811fb51
commit
dcbdb73231
|
@ -485,7 +485,7 @@ class SoCCSRHandler(SoCLocHandler):
|
||||||
self.paging = paging
|
self.paging = paging
|
||||||
self.masters = {}
|
self.masters = {}
|
||||||
self.regions = {}
|
self.regions = {}
|
||||||
self.logger.info("{}-bit CSR Bus, {}KiB Address Space, {}B Paging (Up to {} Locations).\n".format(
|
self.logger.info("{}-bit CSR Bus, {}KiB Address Space, {}B Paging (Up to {} Locations).".format(
|
||||||
colorer(self.data_width),
|
colorer(self.data_width),
|
||||||
colorer(2**self.address_width/2**10),
|
colorer(2**self.address_width/2**10),
|
||||||
colorer(self.paging),
|
colorer(self.paging),
|
||||||
|
|
Loading…
Reference in New Issue