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:
@@ -5,6 +5,7 @@ module blinky (
|
||||
output led2,
|
||||
output led3
|
||||
);
|
||||
wire clk;
|
||||
BUFGCTRL clk_gb (
|
||||
.I0(clki),
|
||||
.CE0(1'b1),
|
||||
|
||||
Reference in New Issue
Block a user