OpenCores
URL https://opencores.org/ocsvn/tcp_socket/tcp_socket/trunk

Subversion Repositories tcp_socket

[/] [tcp_socket/] [trunk/] [README.rst] - Diff between revs 3 and 4

Show entire file | Details | Blame | View Log

Rev 3 Rev 4
Line 4... Line 4...
:Author: Jonathan P Dawson
:Author: Jonathan P Dawson
:Date: 2013-10-15
:Date: 2013-10-15
:email: chips@jondawson.org.uk
:email: chips@jondawson.org.uk
 
 
 
 
This project is intended to demonstrate the capabilities of the `Chips-2.0 `_  development environment. The project is targets the Xilinx Spartan 6 device, and more specifically, the Digilent ATLYS development platform. The demo implements a TCP/IP socket interface, and a simple web application. So far the demonstration has been tested on a Ubuntu Linux only.
This project is intended to demonstrate the capabilities of the `Chips-2.0 `_  development environment. The project is targets the Xilinx Spartan 6 device, and more specifically, the Digilent ATLYS development platform. The demo implements a TCP/IP socket interface, and a simple web application. So far the demonstration has been tested on a Ubuntu Linux only. Some users have reported success using windows.
 
 
Dependencies
Dependencies
============
============
 
 
You will need:
You will need:
Line 23... Line 23...
Install
Install
=======
=======
 
 
Clone the git the repository with git::
Clone the git the repository with git::
 
 
    $ git clone git@github.com:dawsonjon/Chips-Demo.git
    $ git clone https://github.com/dawsonjon/Chips-Demo.git
    $ cd Chips-Demo
    $ cd Chips-Demo
    $ git submodule init
    $ git submodule init
    $ git submodule update
    $ git submodule update
 
 
Chips Compile
Chips Compile
Line 71... Line 71...
        | 192.168.1.0    |                 | 192.168.1.1    |
        | 192.168.1.0    |                 | 192.168.1.1    |
        +----------------+                 +----------------+
        +----------------+                 +----------------+
 
 
..
..
 
 
Connect the Ethernet port to ATLYS, using a crossed over Ethernet cable (which comes with the development kit).
Connect the Ethernet port to ATLYS, using a crossed over Ethernet cable.
 
 
Using the script, configure Ethernet port with IP address 192.168.1.0 and subnet mask 255.255.255.0. Turn off TCP Window Scaling and TCP time stamps::
Using the script, configure Ethernet port with IP address 192.168.1.0 and subnet mask 255.255.255.0. Turn off TCP Window Scaling and TCP time stamps::
 
 
    $ ./configure_network
    $ ./configure_network
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.