
Build a circuit that always outputs a LOW.

module TopModule (
  output zero
);

