1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

elbert v2 drawing line

Discussion in 'FPGA Boards' started by andreahmed, Nov 2, 2016.

  1. andreahmed

    andreahmed New Member

    Joined:
    Nov 2, 2016
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    1
    Location:
    Austria
    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 ?
     
  2. rohith

    rohith Administrator Staff Member

    Joined:
    Mar 3, 2016
    Messages:
    66
    Likes Received:
    11
    Trophy Points:
    8
    Gender:
    Male
    Location:
    Bangalore
    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
     

Share This Page