This quiz requires me to write the code which drive an input port to an output port directly.
Here is my code.
module top_module (
input in,
output out);
assign out = in;
endmodule
Reference: https://hdlbits.01xz.net/wiki/Exams/m2014_q4h