
Build a circuit with no inputs and one output. That output should always
drive 0 (or logic low).

module TopModule (
  output out
);

