blob: 325a5a8e4f535b81797c5ff579a804c5a53a2e71 [file] [log] [blame]
module vref (
input in,
output out
);
assign out = in;
endmodule