mirror of https://github.com/YosysHQ/nextpnr.git
Add implicit wire
This commit is contained in:
parent
e15aa8d3f4
commit
84d038360d
|
|
@ -5,6 +5,7 @@ module blinky (
|
|||
output led2,
|
||||
output led3
|
||||
);
|
||||
wire clk;
|
||||
BUFGCTRL clk_gb (
|
||||
.I0(clki),
|
||||
.CE0(1'b1),
|
||||
|
|
|
|||
Loading…
Reference in New Issue