• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
      • Sv
      • Fgl
      • Vwsim
        • Vwsim-users-guide
          • Vwsim-tutorial
          • Vwsim-output
          • Vwsim-input
            • Vwsim-hdl
            • Vwsim-spice
            • Vwsim-input-source-waveforms
            • Vwsim-names
          • Vwsim-build-and-setup
          • Vwsim-commands
      • Vl
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Vwsim-users-guide

Vwsim-input

VWSIM input formats.

Input

VWSIM accepts circuit descriptions in the following formats:

    SPICE file

    The circuit netlist can be described in the SPICE format. The textual description of the circuit is provided in a ".cir" file. See vwsim-spice for the SPICE commands supported in VWSIM.

    VWSIM netlist

    A circuit description can be provided in VWSIM's native netlist format. The circuit netlist is described in a LISP syntax. See vwsim-hdl for a description of the VWSIM hardware description language.

    LISP file

    A saved VWSIM circuit simulation can be provided in the form of a LISP file. This is a file that was generated by a previous VWSIM simulation, which used the save-sim simulator option.

Subtopics

Vwsim-hdl
The VWSIM Hardware Description Language (HDL).
Vwsim-spice
VWSIM-compatible SPICE commands.
Vwsim-input-source-waveforms
SPICE-compatible input source waveforms.
Vwsim-names
Format of device and node names.