Hi All, I'm new to FPGA Development and I'm planning to draw a cube using lines. How would I draw a line using VHDL ? using the VGA Module ?
Hi andreahmed, You would first need to get up and running with VGA. There are many excellent VGA code in both VHDL as well as Verilog available for beginners. I would recommend Hamsterworks site (http://hamsterworks.co.nz/mediawiki/index.php/FPGA_Projects) After that, you can either try generating cube on-the-fly or you can use framebuffer to draw cube and then your VGA module will read your framebuffer and display it on screen. Thanks, Rohit