Skip to content

sebastianmach/vhdlSinusGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vhdlSinusGenerator

VHDL Sinus Generator is a program invented for TheMedusaProject.

The software generates a VHDL array which contains the binary data of a sinus.

Usage

Compile the program with the commands:

cmake CMakeLists.txt
make

Then run the program like this:

./SinusGenerator -n 1 -p 100 -r 10 -v

Options

  • -h, --help Display the help text
  • -n, --numberOfSines The number of sines to produce
  • -p, --pointsPerSine The number of points per sine to generate
  • -r, --resolution The resolution in bit of the output

About

VHDL Sinus Generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages