Giter Club home page Giter Club logo

nverno / verilog-mode Goto Github PK

View Code? Open in Web Editor NEW

This project forked from veripool/verilog-mode

0.0 3.0 0.0 2 MB

Verilog-Mode for Emacs with Indentation, Hightlighting and AUTOs. Master repository for pushing to GNU, verilog.com and veripool.org.

Home Page: http://veripool.org/verilog-mode

License: GNU General Public License v3.0

Emacs Lisp 43.54% Makefile 0.44% Perl 0.77% Verilog 51.16% SystemVerilog 3.92% Coq 0.12% Forth 0.01% Logos 0.04%

verilog-mode's Introduction

This is the source distribution for verilog-mode.

Please see http://www.veripool.org/verilog-mode
for more information.

  make
  make test
  cp e/verilog-mode.el <your emacs site lisp path>

======================================================================
TESTS

Make sure both emacs and xemacs are installed and "make test".  Testing can run on multiple cores with "make -j 10 test".

Under the hood this is (mostly) running 0test.el.  This reads in each file
under tests/ directory, autos, reindents, and compares the result to the
matching filename in the tests_ok directory.

Test failures generally look like this:

   diff -c tests_ok/autoinout_ma.v e/t/autoinout_ma.v
   ***Golden Reference File
   ---Generated Test File
   --- GOLDEN_REFERENCE
   +++ CURRENT_BEHAVIOR
   ...
   -   output sina,
   +   output siuna,
   To promote current to golden, in shell buffer hit newline anywhere in next line (^P RETURN):
   cp e/t/autoinout_ma.v tests_ok/autoinout_ma.v; VERILOG_MODE_START_FILE=tests_ok/autoinout_ma.v make test_emacs

This indicates the generated output doesn't match what is in tests_ok.  To
fix this make sure that the change is expected then do the "cp" shown to
update the golden references:

   cp e/t/autoinout_ma.v tests_ok/autoinout_ma.v

Then "make test" again.  The suggested VERILOG_MODE_START_FILE can also be
used to jump right to that individual test inside the "make test"

verilog-mode's People

Contributors

acr4 avatar eggert avatar eli-zaretskii avatar kaushalmodi avatar lektu avatar michaeltymcnamara avatar monnier avatar nevsan avatar rgmorris avatar wsnyder avatar

Watchers

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