From 2d953d563965bf949fce686cc4ef8c68c103237d Mon Sep 17 00:00:00 2001 From: Andreas Olofsson Date: Fri, 4 Dec 2015 17:32:15 -0500 Subject: [PATCH] Fixed unconnected wires in standby circuit --- common/hdl/oh_standby.v | 1 + 1 file changed, 1 insertion(+) diff --git a/common/hdl/oh_standby.v b/common/hdl/oh_standby.v index ca0955a..4431072 100644 --- a/common/hdl/oh_standby.v +++ b/common/hdl/oh_standby.v @@ -39,6 +39,7 @@ module oh_standby (/*AUTOARG*/ oh_clockgate clockgate (.eclk(clk_out), .clk(clk), .en(clk_en), + .nrst(nreset), .se(1'b0) );