Prev Problem
Next Problem

4. NOT Gate

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_module
Inputs: a (1-bit)
Outputs: y (1-bit)

Need Help? Refer to the Quick Guide below