From: Florent Kermarrec Date: Mon, 10 Feb 2020 17:38:59 +0000 (+0100) Subject: soc: remove unneeded \n X-Git-Tag: 24jan2021_ls180~677^2~19 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dcbdb732312e60a2f4eeef170a861c694805d0e8;p=litex.git soc: remove unneeded \n --- diff --git a/litex/soc/integration/soc.py b/litex/soc/integration/soc.py index 191f41e1..73990167 100755 --- a/litex/soc/integration/soc.py +++ b/litex/soc/integration/soc.py @@ -485,7 +485,7 @@ class SoCCSRHandler(SoCLocHandler): self.paging = paging self.masters = {} 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(2**self.address_width/2**10), colorer(self.paging),