sponsor Vim development Vim logo Vim Book Ad

Syntastic Checker for Verilog/SystemVeri : ModelSim verilog/SystemVerilog Syntastic Checker

 script karma  Rating 9/3, Downloaded by 615  Comments, bugs, improvements  Vim wiki

created by
sr_x sr_x
 
script type
syntax
 
description
ModelSim Verilog/SystemVerilog checkers.
 
install details
It is required to install Syntastic plugin.

Extract the Verilog-SystemVerilog-Checkers.zip in the syntax_checker folder of the syntastic plugin.

It is recommended the next configuration for work library and compiler.

let g:syntastic_verilog_checkers=["vlog"]
"Path of ModelSim work library
let g:syntastic_verilog_vlog_args="-work modelSimProject/work"
let g:syntastic_systemverilog_checkers=["vlog"]
"Path of ModelSim work library
let g:syntastic_systemverilog_vlog_args="-sv -work modelSimProject/work"

 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
Verilog-SystemVerilog-Checkers.zip 1 2020-02-29 7.0 sr_x sr_x Initial upload
ip used for rating: 216.73.216.4

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github