Coder Social home page Coder Social logo

vim-gtkfriend's Introduction

GTKFriend

This plugin was motivated by the clunkiness adding signals, searching through time in order to look through wave dumps.

The main goal of this plugin was to add signals to gtkwave from vim. GTKWave doesnt support that natively, so I added the functionality I needed at https://github.com/conjam/gtkwave-rpc-fork.

This has only been tested on Ubuntu 16.04 with neovim 0.5.0.

Usage (baseline)

Command Description
:GtkOpen Search through current directory tree, select a .vcd for GTKwave
:GtkOpen /path/to/vcd Open the supplied vcd file with GTKWave
:GtkTime Go to the timestamp underneath the vim cursor in GTKwave
:GtkTime timestamp Go to the designated timestamp in GTKwave
:GtkZoomIn zoomfactor Zoom in proportional to zoomfactor. No argument implies 2x zoom
:GtkZoomIn zoomfactor Zoom out proportional to zoomfactor. No argument implies 2x zoom

Usage (add-signal branch only)

Command Description
:GtkAddSignal Add the value underneath the vim cursor in GTKwave
:GtkAddSignal signame Add the designated value to GTKwave

If mutiple signals with the same name exist, a new buffer will open listing all conflicts. You can select the signal you want with from there.

Installation

For any version of this plugin to work, GTKWave must be configured with the following:

./configure --with-gsettings --with-gconf

Use your favourite plugin manager, only tested with vim-plug:

Plug conjam/vim-gtkfriend

If you installed gtkwave at https://github.com/conjam/gtkwave-rpc-fork, install with:

Plug conjam/vim-gtkfriend {'branch':'add-signal'}

Showcase

Demos of this plugin follow:

Moving around in time

Gif

Opening GTkWave from vim

Gif

Adding signals (add-signal branch only!)

Gif

vim-gtkfriend's People

Contributors

conjam avatar

Stargazers

splinedrive avatar

Watchers

James Cloos avatar  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.