VHDL Sinus Generator is a program invented for TheMedusaProject.
The software generates a VHDL array which contains the binary data of a sinus.
Compile the program with the commands:
cmake CMakeLists.txt
make
Then run the program like this:
./SinusGenerator -n 1 -p 100 -r 10 -v
-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