Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 Discussions

Displaying Binary/Hex Output on VGA

Altera_Forum
Honored Contributor II
2,656 Views

Hi everyone, 

 

I'm currently trying to figure out how to display the output of a 10 bit multiplier as a number on a VGA. The multiplier is built up at component level using the block diagram method on Quartus. I think I need to use VHDL to be able to convert the binary output and display it on the VGA, but this is something I have never done before. I currently have a binary and/or hexadecimal output available. Any advice? 

 

Thanks
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
1,926 Views

Have you tried or been able to display anything on the display via VGA? Based on your post I suspect not. You need to play around with something much simpler - what you're proposing is pretty involved. Yes, VHDL is a suitable language to use - I recommend not attempting to solve this using built in Quartus functional blocks. Try controlling the screen in a very simple manner first, then develop from there. 

 

Cheers, 

Alex
0 Kudos
Altera_Forum
Honored Contributor II
1,926 Views

 

--- Quote Start ---  

Have you tried or been able to display anything on the display via VGA? Based on your post I suspect not. You need to play around with something much simpler - what you're proposing is pretty involved. Yes, VHDL is a suitable language to use - I recommend not attempting to solve this using built in Quartus functional blocks. Try controlling the screen in a very simple manner first, then develop from there. 

 

Cheers, 

Alex 

--- Quote End ---  

 

 

Thanks Alex, I'll give that a try first as I haven't tackled the simple stuff first!
0 Kudos
Reply