• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
        • Warnings
        • Primitives
        • Use-set
        • Syntax
        • Getting-started
        • Utilities
        • Loader
        • Transforms
          • Expression-sizing
          • Occform
          • Oprewrite
          • Expand-functions
          • Delayredux
          • Unparameterization
          • Caseelim
          • Split
          • Selresolve
          • Weirdint-elim
          • Vl-delta
            • Vl-delta-p
              • Vl-warn-delta
              • Vl-starting-delta
              • Vl-free-delta
              • Dwarn
              • Vl-delta-fix
              • Make-vl-delta
              • Vl-delta-equiv
              • Change-vl-delta
              • Vl-delta->warnings
              • Vl-delta->vardecls
              • Vl-delta->modinsts
              • Vl-delta->gateinsts
              • Vl-delta->assigns
              • Vl-delta->addmods
              • Vl-delta->nf
            • Replicate-insts
            • Rangeresolve
            • Propagate
            • Clean-selects
            • Clean-params
            • Blankargs
            • Inline-mods
            • Expr-simp
            • Trunc
            • Always-top
            • Gatesplit
            • Gate-elim
            • Expression-optimization
            • Elim-supplies
            • Wildelim
            • Drop-blankports
            • Clean-warnings
            • Addinstnames
            • Custom-transform-hooks
            • Annotate
            • Latchcode
            • Elim-unused-vars
            • Problem-modules
          • Lint
          • Mlib
          • Server
          • Kit
          • Printer
          • Esim-vl
          • Well-formedness
        • Sv
        • Fgl
        • Vwsim
        • Vl
        • X86isa
        • Svl
        • Rtl
      • Software-verification
      • Math
      • Testing-utilities
    • Vl-delta-p

    Dwarn

    Make a vl-warning-p and add it to a vl-delta-p.

    This is just a convenient shorthand.

    (dwarn &key (delta 'delta) type msg args fatalp (fn '__function__)) extends delta with a new warning with the given type, msg, etc.

    Since delta defaults to 'delta, you can omit it in the common case that your vl-delta-p is called delta.