Write a Verilog module that implements a NOT gate (inverter). The output should always be the logical negation of the input.
Requirements:
Module Name: top_moduleInputs: a (1-bit)Outputs: y (1-bit)
top_module
a
y