Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

need a simple example in VHDL for LCD display 16x2

Status
Not open for further replies.

G4rry

Newbie level 1
Joined
Mar 31, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,286
hi, I need some simple example in VHDL for LCD display 16x2 on board "Xilinx Spartan 3AN" I need inspiration to get started programming. Please someone advice me how to write for example character "A" on the screen.
 

The Spartan 3AN board has an eight-bit data interface to the character LCD. Other Xilinx boards use a four-bit interface. As shown in Figure 5-1, the Spartan-3A/3AN Starter Kit board supports both an eight-bit and a four-bit interface for compatibility reasons, for existing reference designs are already built around a four-bit interface.

If you don't already have a copy of the User Guide for the Spartan 3AN Board, download a copy. You'll need to build the UCF from the information contained in the PDF.

Xilinx Spartan 3AN Starter Board

Digilent actually manufactures the board, so you can use there examples to write your own VHDL implementation.



FPGA4Fun TEXT LCD Verilog Code - Great website with nice examples

You should be able to download the UG for the board and build a UCF, use the VHDL sample code for your LCD from Digilent and implement a working interface.

Also Xilinx has a resource design which makes use of the LCD, code and docs:

Demos and UCFs

Hope this gets you rolling in the right direction.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top