Reading the quick guide to know how to get the inverter of a bit
module top_module( input a, output y ); assign y = ~a; endmodule