Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Expert Contributor
joelby
Posts: 1,056
Registered: ‎10-05-2010
0

Re: problem with atlys Spartan-6

The example project uses EDK, not ISE. You'll need to have a license for EDK/SDK, and build it from there (I don't use the EDK, so I can only vaguely recall the steps).

 

According to the example's data sheet, "The project was designed using Xilinx EDK 13.2." You may have some trouble using it with EDK 12.1 (more so than with straight HDL), so for the least amount of hassle, you should consider using a later version. Even if you need to stick wtih 12.x, is there any reason not to use 12.4?

 

If you don't have a license for EDK/SDK, perhaps you could ask Digilent to send you the .bit file?

Expert Contributor
joelby
Posts: 1,056
Registered: ‎10-05-2010
0

Re: problem with atlys Spartan-6

Actually, I just had a closer look at the data sheet and saw that it provides a list of steps for getting the project working. Have a look under at "Running the Demo Application".

Visitor
maia31
Posts: 13
Registered: ‎12-31-2011
0

Re: problem with atlys Spartan-6

which data sheet?

i can't find any thing.can you give me the link that you dld the datasheet.

Expert Contributor
joelby
Posts: 1,056
Registered: ‎10-05-2010

Re: problem with atlys Spartan-6

[ Edited ]

Download the DSD-0000326 reference design.

 

Unzip it. You should see a document called HDMI_Demo_Project.pdf .

Visitor
maia31
Posts: 13
Registered: ‎12-31-2011
0

Re: problem with atlys Spartan-6

i read it.

i think i understand it.

but i have roblem i cant make .bit from the demo to compile atlys.

and i dont know which file i must use.

 

 

why it has 3 vhdl code?

where is the library?

library that use in vhdl code?

it is enough i compile 3 vhdl code in new project in ise 12.1 or not i must add another thing.

 

 

Expert Contributor
joelby
Posts: 1,056
Registered: ‎10-05-2010

Re: problem with atlys Spartan-6


why it has 3 vhdl code?

where is the library?

library that use in vhdl code?


I'm afraid that I'm not sure what you're asking. Which three VHDL 'codes' are you asking about? Where is which library (and why does it need a library?)

 


it is enough i compile 3 vhdl code in new project in ise 12.1 or not i must add another thing.


Again, if you read the document, you'll see that it requires EDK 13.2. It is not intended for use with the ISE design flow. If you have a license for the EDK, just follow the steps in HDMI_Demo_Project.pdf. The VHDL files I pointed to you earlier are only one component of the entire design - it also relies on the MicroBlaze processor and some other peripherals.

 

 

Visitor
maia31
Posts: 13
Registered: ‎12-31-2011
0

Re: problem with atlys Spartan-6

first

i explain what am i to do

 

 

i want to read the images from the DDR2 memory and send it to hdmi output port and show it on a monitor.

 

my first thought was that using atlys demo

and secend was writing my self from beginning.

 

for demo i have a lots of problem.

 

and for writting my self in spartan6 vedio datasheet has image that show spartan 6 itself has encoder in itself so we need only give to it  8 bitsignal(red/blue/green/vertical sync and hsync) and then it return us 10 bit signal.

so i want use it but i dont know how should i call it.

i mean what is it's name or number?

 

and i want ask you another thing which  choice yourself perefre first one or secend one?

and thank you for all help

 

 

Expert Contributor
eteam00
Posts: 7,505
Registered: ‎07-21-2009
0

Re: problem with atlys Spartan-6

and for writting my self in spartan6 vedio datasheet has image that show spartan 6 itself has encoder in itself so we need only give to it  8 bitsignal(red/blue/green/vertical sync and hsync) and then it return us 10 bit signal.  so i want use it but i dont know how should i call it.

 

A Spartan-6 FPGA is like a huge box full of building blocks.  In order to use them, you must first pull the blocks out of the box, arrange them and connect them to suit your needs, and then connect the entire arrangement to package pins which connect to the rest of your circuit board.

 

-- Bob Elkind

SIGNATURE:
README for newbies is here: http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369

Summary:
1. Read the manual or user guide. Have you read the manual? Can you find the manual?
2. Search the forums (and search the web) for similar topics.
3. Do not post the same question on multiple forums.
4. Do not post a new topic or question on someone else's thread, start a new thread!
5. Students: Copying code is not the same as learning to design.
6 "It does not work" is not a question which can be answered. Provide useful details (with webpage, datasheet links, please).
7. You are not charged extra fees for comments in your code.
8. I am not paid for forum posts. If I write a good post, then I have been good for nothing.
Visitor
maia31
Posts: 13
Registered: ‎12-31-2011
0

Re: problem with atlys Spartan-6

so how can i puul it off?

i mean i dont know even its name?

Expert Contributor
eteam00
Posts: 7,505
Registered: ‎07-21-2009
0

Re: problem with atlys Spartan-6

so how can i puul it off?

i mean i dont know even its name?

 

The way I learned to design FPGAs was to start with very simple designs to first learn the tools and how to use FPGAs.

What you are trying to design is very ambitious for an untrained and inexperienced first-time designer.

 

-- Bob Elkind

SIGNATURE:
README for newbies is here: http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369

Summary:
1. Read the manual or user guide. Have you read the manual? Can you find the manual?
2. Search the forums (and search the web) for similar topics.
3. Do not post the same question on multiple forums.
4. Do not post a new topic or question on someone else's thread, start a new thread!
5. Students: Copying code is not the same as learning to design.
6 "It does not work" is not a question which can be answered. Provide useful details (with webpage, datasheet links, please).
7. You are not charged extra fees for comments in your code.
8. I am not paid for forum posts. If I write a good post, then I have been good for nothing.