From 8691f69a3c70749981984ad8a20da44bd804111c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 21 Dec 2015 18:32:08 +0800 Subject: [PATCH] gateware/rtio/analyzer: suppress spurious initial reset messages --- artiq/gateware/rtio/analyzer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/gateware/rtio/analyzer.py b/artiq/gateware/rtio/analyzer.py index cef3cbd48..b775aa14e 100644 --- a/artiq/gateware/rtio/analyzer.py +++ b/artiq/gateware/rtio/analyzer.py @@ -90,7 +90,7 @@ class MessageEncoder(Module, AutoCSR): getattr(ExceptionType, ename).value) ) for rname in "reset", "reset_phy": - r_d = Signal() + r_d = Signal(reset=1) r = getattr(kcsrs, rname).storage self.sync += r_d.eq(r) self.comb += [