Prev Problem
Next Problem

1. Wire

Write a Verilog module that directly connects an input signal to an output signal. Whatever value appears at the input should immediately appear at the output.

Requirements

  • Module Name: top_module
  • Inputs: a
  • Outputs: y
Need Help? Refer to the Quick Guide below