Is QSPICE supports SystemVerilog

Is QSPICE supports SystemVerilog? Is there C API reference for C written modules? Is possible to configure QSPICE in way that DLL loaded by simulator will be provided “externally” (aka builded by different compiler according to QSPICE C API)

Hi, musialny.

I’m not a Verilog guy but you can build C-Block components using any tools that produce a proper Win32 DLL. I use MinGW and MSVC regularly with no problems using VSCode as an IDE.

I have some additional information for using other compilers on
my QSpice GitHub repository. Maybe that will help.

–robert

1 Like

Yes. SV supports with features of Verilator. “Name.v” must be used instead of " .sv"

1 Like

I will add. Sometimes incomprehensible problems arise - try to close Qspise, delete all files in the working directory except the .qsch and verilog files. And run it again.