From dcbdb732312e60a2f4eeef170a861c694805d0e8 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 10 Feb 2020 18:38:59 +0100 Subject: [PATCH] soc: remove unneeded \n --- litex/soc/integration/soc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex/soc/integration/soc.py b/litex/soc/integration/soc.py index 191f41e1f..739901678 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),