1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-25 11:51:21 +00:00

Add implicit wire

This commit is contained in:
Eddie Hung
2018-12-27 23:27:50 -08:00
parent e15aa8d3f4
commit 84d038360d

View File

@@ -5,6 +5,7 @@ module blinky (
output led2,
output led3
);
wire clk;
BUFGCTRL clk_gb (
.I0(clki),
.CE0(1'b1),