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

module TopModule (
  output one
);

