Forum Discussion
2 Replies
- CalvinJoaz_P_Intel
Contributor
Hi NDeva,
I have attached example of Top Level VHDL code for Cyclone III to display LCD. Kindly refer to the attached.
Check the pin guide for Cyclone III for LCD Display. You can assign each pin as your input to give output.
https://www.intel.com/content/dam/altera-www/global/en_US/pdfs/literature/manual/rm_cycloneiii_dev_kit_host_board.pdf - Page 42 (Table 2–36)
Refer to the link below on how to create project in Quartus. Follow the steps accordingly and set the correct device Cyclone III (EP3C120F780C7).
ftp://ftp.altera.com/up/pub/Intel_Material/16.1/Tutorials/VHDL/Quartus_II_Introduction.pdf
To learn more on Verilog HDL Basics or to create other FPGA project's. You can go through the training below and it's free.
https://www.intel.com/content/www/us/en/programmable/support/training/course/ohdl1120.html
https://www.intel.com/content/www/us/en/programmable/support/training/course/odsw1010.html
Hope this may help you.
Thanks.
- NDeva
New Contributor
Thanks for your kind help Calvin Joazer