Add implicit wire
This commit is contained in:
parent
e15aa8d3f4
commit
84d038360d
@ -5,6 +5,7 @@ module blinky (
|
|||||||
output led2,
|
output led2,
|
||||||
output led3
|
output led3
|
||||||
);
|
);
|
||||||
|
wire clk;
|
||||||
BUFGCTRL clk_gb (
|
BUFGCTRL clk_gb (
|
||||||
.I0(clki),
|
.I0(clki),
|
||||||
.CE0(1'b1),
|
.CE0(1'b1),
|
||||||
|
Loading…
Reference in New Issue
Block a user