From 3510daaf0c19652ba290fb505fdafb88d5c6f456 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Fri, 18 Feb 2022 12:08:24 +0100 Subject: [PATCH] clock/efinix/create_clkout: Set with_reset to True by default (similar to others vendors). --- litex/soc/cores/clock/efinix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex/soc/cores/clock/efinix.py b/litex/soc/cores/clock/efinix.py index bbb80b933..97d9721fa 100644 --- a/litex/soc/cores/clock/efinix.py +++ b/litex/soc/cores/clock/efinix.py @@ -80,7 +80,7 @@ class TRIONPLL(Module): self.logger.info("Using {}".format(block["resource"])) - def create_clkout(self, cd, freq, phase=0, margin=1e-2, name="", with_reset=False): + def create_clkout(self, cd, freq, phase=0, margin=1e-2, name="", with_reset=True): assert self.nclkouts < self.nclkouts_max clk_out_name = f"{self.name}_clkout{self.nclkouts}" if name == "" else name