GithubHelp home page GithubHelp logo

vim-vhdl's Introduction

vim-vhdl Plugin

Installation Instructions

You must have ruby, gem, and git installed before executing the following instructions.

  1. git clone https://github.com/darkwind-mt/vhdl\_parser.git
  2. cd vhdl_parser
  3. gem build vhdl_parser.gemspec
  4. gem install vhdl_parser-*.gem

If you are using vundle, you can install the software with the following command in your .vimrc

Bundle 'https://github.com/darkwind-mt/vhdl_vim.git'

You must also list a configuation line that specifies the location of the the vhdl\_parser gem:

let g:vhdl\_parser\_parse\_dir = 'C:/Ruby192/lib/ruby/gems/1.9.1/gems/vhdl\_parser-0.3/lib/'

Usage

The following commands are available in insert and normal modes:

  1. <Leader>vy - In the current VHDL file copy the file location to the @v register for usage with the paste commands.
  2. <Leader>vs - Paste signals that correspond to the first entity in the @v file

The follwoing commands are available in insert and normal modes:

  1. <Leader>vy - In the current VHDL file copy the file location to the @v register for usage with the paste commands.
  2. <Leader>vs - Paste signals that correspond to the first entity in the @v file.
  3. <Leader>vc - Paste component that corresponds to the first entity in the @v file.
  4. <Leader>vc - Paste instantiation that corresponds to the first entity in the @v file.

If you don't like the formatting, you can always execute the gg=G command to reformat your entire file.

vim-vhdl's People

Contributors

michaeltanner avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.