Syntastic Checker for Verilog/SystemVeri : ModelSim verilog/SystemVerilog Syntastic Checker
script karma |
Rating 9/3,
Downloaded by 562 |
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"
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.14.251.87
|