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:
parent
51fb4ad4a4
commit
2d953d5639
@ -39,6 +39,7 @@ module oh_standby (/*AUTOARG*/
|
|||||||
oh_clockgate clockgate (.eclk(clk_out),
|
oh_clockgate clockgate (.eclk(clk_out),
|
||||||
.clk(clk),
|
.clk(clk),
|
||||||
.en(clk_en),
|
.en(clk_en),
|
||||||
|
.nrst(nreset),
|
||||||
.se(1'b0)
|
.se(1'b0)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user