class verilogGeGate extends verilogMathGate {
    constructor(deviceJSON) {
        super(deviceJSON, false);
        this.constant7 = new ConstantVal(0, 0, undefined, undefined, 3, "111");
        this.alu = new ALU(0, 0, undefined, undefined, this.bitWidth);