An open API service indexing awesome lists of open source software.

https://github.com/mshr-h/verilog_building_block

Verilog building blocks with high chance of re-use
https://github.com/mshr-h/verilog_building_block

verilog-hdl

Last synced: 8 days ago
JSON representation

Verilog building blocks with high chance of re-use

Awesome Lists containing this project

README

          

# Verilog building blocks [![Build Status](https://travis-ci.org/mshr-h/verilog_building_block.svg)](https://travis-ci.org/mshr-h/verilog_building_block)

## Description

TBA

## Modules

- `button_debounce.v` - debouncing circuit
- `ram_sp.v` - Single port RAM
- `adder_tree.v` - Adder tree
- `shift_register.v` - Shift Register
- `synchronizer.v` - Synchronize data
- `uart_rx.v` - UART reciever(not tested on FPGA board)