Cognoscan / BoostDSP

VHDL Library for implementing common DSP functionality.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BoostDSP Library

This is a library of HDL modules for implementing common DSP functionality. The library is split into two sections: a set of modules written in Verilog and a set of modules written in VHDL. The module sets are not identical; modules in Verilog may not be available in VHDL and vice-versa.

This library primarily consists of useful DSP functions I have needed for my personal projects, as well as any interesting DSP algorithms I've felt like implementing. As such, it reflects my areas of focus:

  • VHDL: RF system functions, with a focus on high throughput
  • Verilog: Filters, controllers, and sigma-delta modulators, with a focus on efficient resource usage.

About

VHDL Library for implementing common DSP functionality.

License:Apache License 2.0


Languages

Language:VHDL 51.7%Language:Verilog 42.7%Language:SystemVerilog 2.3%Language:Makefile 2.3%Language:C 0.8%Language:MATLAB 0.1%Language:Shell 0.0%