FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > FPGA

FPGA comp.arch.fpga newsgroup (usenet)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-11-2009, 07:34 AM
jayantbala
Guest
 
Posts: n/a
Default XILINX WEB SERVER DEMO

hi all ,
i have successfully implemented the web server into my S3A board.
presently i am using DDR memory to store my web page and elf fil
using XMD.
my application is like board can not be always connected to PC b
JTAG.
So my questions are :

1.is this every time essential, to store my webpage.mfs and exe.el
into
DDR when i download bit stream into FPGA.(initially board i
switched
OFF so no file was in DDR RAM)

2. Is there any way so that i can include webpage.mfs and exe.el
in
download.bit file itself.and then i will store this bit file in
platform flash.so every time when i switch on the board FPGA wil

boot automatically.


3. OR i have to use external FLASH memory to store the webpage.mf
and
exe.elf permanently.

I AM USING :
1.XP
2.XILINX EDK 10.1
3.XILINX S3A Starter Kit.(having S3A FPGA,external FLASH and DD
memory )



Reply With Quote
  #2 (permalink)  
Old 06-11-2009, 03:59 PM
radarman
Guest
 
Posts: n/a
Default Re: XILINX WEB SERVER DEMO

On Jun 11, 12:34*am, "jayantbala" <jayantb...@gmail.com> wrote:
> hi all ,
> * * * * i have successfully implemented the web server into my S3A board.
> * * * * presently i am using DDR memory to store my web page and elf file
> using *XMD.
> * * * * my application is like board can not be always connected to PC by
> JTAG.
> * * * * So my questions are *:
>
> * * * *1.is this every time essential, to store my webpage.mfs and exe.elf
> into
> * * * *DDR when i download bit stream into FPGA.(initially board is
> switched
> * * * *OFF so no file was in DDR RAM)
>
> * * * *2. Is there any way so that i can include webpage.mfs and exe.elf
> in
> * * * * *download.bit file itself.and then i will store this bit file in
> * * * * *platform flash.so every time when i switch on the board FPGA will
>
> * * * * *boot automatically.
>
> * * * *3. OR i have to use external FLASH memory to store the webpage.mfs
> and
> * * * * *exe.elf permanently.
>
> * * *I AM USING :
> * * *1.XP
> * * *2.XILINX EDK 10.1
> * * *3.XILINX S3A Starter Kit.(having S3A FPGA,external FLASH and DDR
> memory )


If your code doesn't fit in block RAM, you will need to store it
somewhere. That somewhere is probably going to be an external flash
device. You will need to make sure you have a bootloader somewhere
that can start the system at power up. Typically, this is stored in
BRAM, but if you set the system up properly, you may be able to boot
from external flash.

Also, unless you licensed the MAC core, it will time out after 8 hours
or so. This restriction is lifted if the JTAG port is active. I'm not
sure if you actually have to be debugging anything, but the pod does
have to have a green light. There are workarounds for this -
specifically driving the config pin with a user I/O signal to restart
the FPGA. I did this on an ML403, and it worked fairly reliably - but
you have to be able to tolerate some downtime. In my case, the
application was very small - and entirely stored in BRAM - so the
downtime was fairly small.
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Xilinx SGMII/1000Base-X refdesign (PingResponer/Echo server) Antti FPGA 0 02-12-2009 11:32 AM
xilinx 3adsp starter kit : where are demo and reference designs ? [email protected] FPGA 0 10-19-2007 10:43 PM
demo for 3D Fourier matlab Demo naveedi DSP 0 09-03-2007 06:26 PM
Insight / Xilinx Spartan II Demo Board files? Pete Fraser FPGA 0 09-17-2005 09:20 PM
I need help for Xilinx Demo Board (XC40xx-PC84 EdiBen612 FPGA 4 10-06-2004 05:44 PM


All times are GMT +1. The time now is 03:17 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved