Utilities for Digital Systems classes (2015)
📅 2015-01
⏱️ 1 min read
📝 92 words
These are a couple of tools that I created in 2015 to help when creating of FPGA-based systems:
- VCD parser: converts
R,G,B,VerticalSyncandHorizontalSyncsignals into an image - Point sender: sends a list of points through a serial port
- PNG to Character ROM: converts an image into a VHDL code describing a read only memory, and each bit maps to a pixel from the image
- CORDIC rotation simulation: simulates that algorithm for 3D rotations, and shows how the iteration count changes the quality
Access source code in the repository
Comments are loaded from Disqus only when you choose to enable them.