Skip to content

Cushychicken/dds-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dds-engine

Direct digital synthesis engine in VHDL

I'm using the nvc compiler. Visualizations are done using GTKwave.

Build and run a testbench like so:

nvc -a src/phase_accum.vhd test/test_phase_accum.vhd --relax=prefer-explicit -e test_phase_accum -r -w

I'm using Jeremiah Learly's VHDL style guide package for source formatting. Get a source formatting report like so:

vsg -f src/sin_rom_10bits_1024words.vhd 

Or append the --fix flag to rewrite in place and apply rules::

vsg -f src/sin_rom_10bits_1024words.vhd --fix

About

Direct digital synthesis engine in VHDL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published