Sign in
foss-fpga-tools
/
prjtrellis
/
69ae9525b7d57c6ac4034474aeb3392fad75b1b0
/
.
/
minitests
/
wire
/
wire.v
blob: 13bed6fab0596aab7678f5e2cb428863c496f1bd [
file
]
module
top
(
input a
,
output q
);
assign q
=
a
;
endmodule