
module TopModule (
  input ring,
  input vibrate_mode,
  output ringer,
  output motor
);
