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