1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00

Fixed unconnected wires in standby circuit

This commit is contained in:
Andreas Olofsson 2015-12-04 17:32:15 -05:00
parent 51fb4ad4a4
commit 2d953d5639

View File

@ -39,6 +39,7 @@ module oh_standby (/*AUTOARG*/
oh_clockgate clockgate (.eclk(clk_out),
.clk(clk),
.en(clk_en),
.nrst(nreset),
.se(1'b0)
);