Connect one input a to three outputs y1, y2, and y3 using wires. All outputs must always match the input.
a
y1
y2
y3
Requirements:
Module Name: top_moduleInputs: a (1-bit)Outputs: y1, y2, y3 (1-bit each)
top_module