Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
9answers
1k views

Spartan Programming

I really enjoyed Jeff's post on Spartan Programming. I agree that code like that is a joy to read. Unfortunately, I'm not so sure it would necessarily be a joy to work with. For years I have read ...
4
votes
2answers
312 views

Examples of Spartan Programming in C#

I am interested in reading examples of code in C# that makes use of the Spartan Programming philosophy. Can you please provide a link to any open source project or online code sample that follows ...
2
votes
2answers
69 views

Spartan 3 Starter Kit Constraints File

I am not sure if this is the right stack exchange website to post this on, but if it isn't please move it to the appropriate one. I am facing a small problem in writing my constraints file for the ...
1
vote
1answer
368 views

Serial communications with Digilent Atlys board

I have an Atlys board http://www.digilentinc.com/Products/Detail.cfm?NavPath=2,400,836&Prod=ATLYS with Spartan6 FPGA on it. I want to setup serial port communications with host PC via onboard ...
1
vote
2answers
234 views

Import Code from FPGA Board (Spartan 3E)

Is there any way to import code from an already programmed FPGA board, in this case, it is a Spartan 3E board. That is to say, verilog code has already been uploaded to it, so I would like a way to ...
0
votes
0answers
43 views

Getting data from microprocessor VHDL Spartan 3A

I have an app who's instantiating a micropocessor that we develop on vhdl course, it also is displaying data on the LCD display of the FPGA. We have tested the micro and the LCD separately and they ...
0
votes
1answer
135 views

VHDL State Machine for LCD initialization

I'm trying to implement the initialization of a LCD of the Spartan 3AN. I'm very new to this so every advise is very welcome. My code is as follows: ...
0
votes
2answers
131 views

Provide input data to FPGA using USB

I am working on Xilinx Spartan 3E platform, using this development board: http://www.xilinx.com/products/boards-and-kits/HW-SPAR3E-SK-US-G.htm My program operates on certain data and then provides ...