Enum VerilogOperations

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<VerilogOperations>, ru.ispras.fortress.calculator.Operation<ru.ispras.fortress.expression.StandardOperation>

    public enum VerilogOperations
    extends java.lang.Enum<VerilogOperations>
    implements ru.ispras.fortress.calculator.Operation<ru.ispras.fortress.expression.StandardOperation>
    VerilogOperations implements Verilog operations.

    The main difference of VerilogOperations from the standard Fortress calculator is that it takes into account X and Z masks stored in user data.