sponsor Vim development Vim logo Vim Book Ad

calibre.vim : Syntax Highlight for MGC SVRF (Calibre) Standard Verification Rules Format

 script karma  Rating 68/36, Downloaded by 2294  Comments, bugs, improvements  Vim wiki

created by
Alvin Santos
 
script type
syntax
 
description
This is a syntax highlight file for Mentor Graphics Physical Extraction and Verification tool suite, Calibre.  It highlights Calibre's rules language SVRF - Standard Verification Rules Format.  Mentor Graphics Corporation is an Electronic Design Automation (EDA) company.

I am no longer allowed to freely distribute this file as the SVRF language belongs to Mentor Graphics.  Please contact your Mentor Sales representative for further assistance.

If you are a Mentor Customer and have a support contract - the file is now available through http://supportnet.mentor.com

It will be in the Downloads tab - under related downloads - 'Calibre Utilities, Example, Scripts and Interface Software' page

It will be under the All Calibre Products
 
install details
1. place into $HOME/.vim/syntax

2. for gvim :cal SetSyn("calibre")  for vim :set filetype=calibre
or
2. put the following in $HOME/.vimrc to autoload depending on filetype (in this case ends with .rules and .rul)
____________________________________________________________
augroup filetype
    au!
    au! BufRead,BufNewFile *.rules  set filetype=calibre
    au! BufRead,BufNewFile *.rul     set filetype=calibre
augroup END
____________________________________________________________
:help autocmd for more info
 

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
calibre.vim 0.5 2010-04-27 6.0 Alvin Santos No Longer allowed to distribute - please call your Mentor office
ip used for rating: 3.15.225.173

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github