Annotation Type SubcircuitRegister

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int bits
      Desired bitsize of a matching register.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean onlyRegister
      Whether to match the only register in the subcircuit.
    • Element Detail

      • bits

        int bits
        Desired bitsize of a matching register.
        Returns:
        bitsize of a matching register
      • onlyRegister

        boolean onlyRegister
        Whether to match the only register in the subcircuit.
        Returns:
        true if you want the only register in the file, false otherwise (default but currently not supported).
        Default:
        false