class verilogReduceXorGate extends verilogUnaryGate {
    constructor(deviceJSON) {
        super(deviceJSON);
        
        this.bitWidthSplit = [];