for (o in output) {
        content +=
          'wire ' +
          (output[o].range ? output[o].range + ' ' : '') +
          output[o].name +