• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
        • Warnings
        • Primitives
        • Use-set
        • Syntax
        • Getting-started
        • Utilities
        • Loader
        • Transforms
        • Lint
          • Vl-lintconfig-p
          • Lucid
          • Skip-detection
          • Vl-lintresult-p
          • Lint-warning-suppression
          • Condcheck
          • Selfassigns
          • Leftright-check
          • Dupeinst-check
          • Oddexpr-check
          • Remove-toohard
            • Vl-modulelist-remove-toohard
            • Vl-modinstlist-remove-toohard
            • Vl-initiallist-remove-toohard
            • Vl-gateinstlist-remove-toohard
            • Vl-assignlist-remove-toohard
            • Vl-alwayslist-remove-toohard
            • Vl-module-remove-toohard
            • Vl-atom-toohard
            • Vl-design-remove-toohard
            • Vl-op-toohard-p
            • *toohard-ops*
            • *not-toohard-ops*
            • Qmarksize-check
            • Portcheck
            • Duplicate-detect
            • Vl-print-certain-warnings
            • Duperhs-check
            • *vl-lint-help*
            • Lint-stmt-rewrite
            • Drop-missing-submodules
            • Check-case
            • Drop-user-submodules
            • Check-namespace
            • Vl-lint
          • Mlib
          • Server
          • Kit
          • Printer
          • Esim-vl
          • Well-formedness
        • Sv
        • Fgl
        • Vwsim
        • Vl
        • X86isa
        • Svl
        • Rtl
      • Software-verification
      • Math
      • Testing-utilities
    • Remove-toohard

    *not-toohard-ops*

    Operators that we sort of expect to be able to deal with in the linter.

    Definition: *not-toohard-ops*

    (defconst *not-toohard-ops*
      (list :vl-unary-plus
            :vl-unary-minus :vl-unary-lognot
            :vl-unary-bitnot :vl-unary-bitand
            :vl-unary-nand :vl-unary-bitor
            :vl-unary-nor :vl-unary-xor
            :vl-unary-xnor :vl-binary-plus
            :vl-binary-minus :vl-binary-times
            :vl-binary-div :vl-binary-rem
            :vl-binary-eq :vl-binary-neq
            :vl-binary-ceq :vl-binary-cne
            :vl-binary-logand :vl-binary-logor
            :vl-binary-power :vl-binary-lt
            :vl-binary-lte :vl-binary-gt
            :vl-binary-gte :vl-binary-bitand
            :vl-binary-bitor :vl-binary-xor
            :vl-binary-xnor :vl-binary-shr
            :vl-binary-shl :vl-binary-ashr
            :vl-binary-ashl :vl-qmark
            :vl-bitselect :vl-partselect-colon
            :vl-concat :vl-multiconcat
            :vl-implies :vl-equiv
            :vl-binary-wildeq :vl-binary-wildneq))