Git Product home page Git Product logo

00mjk / verilator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from verilator/verilator

0.0 0.0 0.0 24.92 MB

Verilator open-source SystemVerilog simulator and lint system

Home Page: https://verilator.org

License: GNU Lesser General Public License v3.0

Makefile 0.39% Perl 12.41% M4 0.19% C 3.95% C++ 54.54% Verilog 0.01% Shell 0.74% GDB 0.01% Lex 0.32% SystemVerilog 25.77% Python 1.46% CMake 0.19% Dockerfile 0.03%

verilator's Introduction

image

image

image

image

image

image

Welcome to Verilator

Welcome to Verilator, the fastest Verilog/SystemVerilog simulator.
  • Accepts synthesizable Verilog or SystemVerilog
  • Performs lint code-quality checks
  • Compiles into multithreaded C++, or SystemC
  • Creates XML to front-end your own tools
Logo
verilator multithreaded performance
Fast
  • Outperforms many commercial simulators
  • Single- and multi-threaded output models
Widely Used
  • Wide industry and academic deployment
  • Out-of-the-box support from Arm, and RISC-V vendor IP
verilator usage
verilator community
Community Driven & Openly Licensed
Commercial Support Available
  • Commercial support contracts
  • Design support contracts
  • Enhancement contracts
verilator support

What Verilator Does

Verilator is invoked with parameters similar to GCC or Synopsys's VCS. It "Verilates" the specified Verilog or SystemVerilog code by reading it, performing lint checks, and optionally inserting assertion checks and coverage-analysis points. It outputs single- or multi-threaded .cpp and .h files, the "Verilated" code.

The user writes a little C++/SystemC wrapper file, which instantiates the "Verilated" model of the user's top level module. These C++/SystemC files are then compiled by a C++ compiler (gcc/clang/MSVC++). The resulting executable performs the design simulation. Verilator also supports linking its generated libraries, optionally encrypted, into other simulators.

Verilator may not be the best choice if you are expecting a full featured replacement for NC-Verilog, VCS or another commercial Verilog simulator, or if you are looking for a behavioral Verilog simulator e.g. for a quick class project (we recommend Icarus Verilog for this.) However, if you are looking for a path to migrate SystemVerilog to C++ or SystemC, or your team is comfortable writing just a touch of C++ code, Verilator is the tool for you.

Performance

Verilator does not simply convert Verilog HDL to C++ or SystemC. Rather, Verilator compiles your code into a much faster optimized and optionally thread-partitioned model, which is in turn wrapped inside a C++/SystemC module. The results are a compiled Verilog model that executes even on a single-thread over 10x faster than standalone SystemC, and on a single thread is about 100 times faster than interpreted Verilog simulators such as Icarus Verilog. Another 2-10x speedup might be gained from multithreading (yielding 200-1000x total over interpreted simulators).

Verilator has typically similar or better performance versus the closed-source Verilog simulators (Carbon Design Systems Carbonator, Modelsim, Cadence Incisive/NC-Verilog, Synopsys VCS, VTOC, and Pragmatic CVer/CVC). But, Verilator is open-sourced, so you can spend on computes rather than licenses. Thus Verilator gives you the best cycles/dollar.

Installation & Documentation

For more information:

Support

Verilator is a community project, guided by the CHIPS Alliance under the Linux Foundation.

We appreciate and welcome your contributions in whatever form; please see Contributing to Verilator. Thanks to our Contributors and Sponsors.

Verilator also supports and encourages commercial support models and organizations; please see Verilator Commercial Support.

Related Projects

  • GTKwave - Waveform viewer for Verilator traces.
  • Icarus Verilog - Icarus is a full featured interpreted Verilog simulator. If Verilator does not support your needs, perhaps Icarus may.

Open License

Verilator is Copyright 2003-2022 by Wilson Snyder. (Report bugs to Verilator Issues.)

Verilator is free software; you can redistribute it and/or modify it under the terms of either the GNU Lesser General Public License Version 3 or the Perl Artistic License Version 2.0. See the documentation for more details.

verilator's People

Contributors

wsnyder avatar gezalore avatar ytakatsukasa avatar toddstrader avatar jcoiner avatar wallento avatar phb avatar jeremybennett avatar patstew avatar pieter3d avatar kubao avatar umarcor avatar stephenry avatar imphil avatar petermonsson avatar madebr avatar mballance avatar kbieganski avatar elgorwi avatar dpetrisko avatar mortbopet avatar margej avatar tgorochowik avatar atorregrosa-smd avatar yurivict avatar varunkoyyalagunta avatar udif avatar svancau avatar jiexu avatar grg 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.