generateVerilog() {
        Button.selSizes.push(this.data);
        return CircuitElement.prototype.generateVerilog.call(this);
    }