hotwolf / RVC

Reusable Verilog Components

Home Page:https://hotwolf.github.io/RVC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RVC
===

The RVC (Reusable Verilog Components) is a collection of reusable, project independant logic blocks.
All of these components are coded in synthesizable Verilog. 

Please refer to the manual for further information:
https://github.com/hotwolf/RVC/blob/master/doc/RVC_manual.pdf

Directories:
============
|
+-rtl           
|  |
|  +-verilog            - Verilog source code
|
+-bench           
|  |
|  +-verilog            - Testbenches and verification IP
|
+-tools                 - Tool configuration and support files
|  |
|  +-gtkwave            - GTKWave setup
|  |  |
|  |  +-src             - Scripts to generate .stems and .gtkw files
|  |
|  +-SymbiYosis         - SymbiYosis setup
|     |
|     +-src             - .sby files
|     |
|     +-run             - Temporary run directories
|
+-doc                   - User manual 
   |
   +-src                - LaTex source files
   |
   +-run                - Build directory

The RVC soft IP library is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with the RVC soft IP. If not, see
<http://www.gnu.org/licenses/>.

About

Reusable Verilog Components

https://hotwolf.github.io/RVC


Languages

Language:Verilog 100.0%