Skip to content

VHDL implementation of a 3D rotation graphical motor using the CORDIC algorithm and the VGA

License

Notifications You must be signed in to change notification settings

PatricioIribarneCatella/3D-rotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D-rotation

VHDL implementation of a 3D rotation graphical motor using the CORDIC algorithm.

Setup

You can install GHDL, GTKWave and VSG on your machine, or you can use the Vagrantfile (you need Vagrant installed) to run all this tools inside that VM.

Run

Compile

$ ./scripts/compile COMPONENT_NAME

Simulate

$ ./scripts/simul COMPONENT_NAME SIMUL_TIME

Visualize

It runs GTKWave to show the simulation.

$ make view COMPONENT=COMPONENT_NAME

Linter

It runs VSG python module utility to force a style.

$ make lint

Clean

To remove output generated files

$ make clean

About

VHDL implementation of a 3D rotation graphical motor using the CORDIC algorithm and the VGA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published