File transfer between PC and FPGA -


i new 1 fpga , first time trying transfer files between fpga board , pc. have digilent atlys spartan 6 xc6slx45 board.

i have tried lot of google wasn't able find value-able information. information contained ambiguous things.

i able find manual communication of vertix 5 board. http://www.fpgadeveloper.com/2008/10/tri-mode-ethernet-mac.html

can provide me link or information, can more work on this.

right now, trying write file , read stored data in fpga board. ok device communication usb or hdmi or usb or serial port.

thanks!

your digilent board comes software (adept) provides simple (remote) i/o , file transfer function => adept screenshot atlys.

alternatively can add uart system. example uart6 macros xilinx developed ken chapman => picoblaze example design incl. uart macros these macros scale circa 1,25 mbyte/s. atlys board's usb-uart bridge supports 12 mbit/s. terminal software limited 921 or 115,2 kbit/s.

if need more bandwidth, can use gigabit ethernet , transfer raw ethernet frames or can add simple ipv4/udp stack. udp provides simple , remote usable software interface, because every programming language/library supports socket communication.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -