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

Subversion Repositories funbase_ip_library

[/] [funbase_ip_library/] [trunk/] [TUT/] [ip.hwp.communication/] [n2h2/] [1.0/] [readme.txt] - Blame information for rev 145

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 145 lanttu
-------------------------------------------------------------
2
This is readme for compoenent Nios-to-HIBI-version2 aka. N2H2
3
-------------------------------------------------------------
4
 
5
Purpose : N2H2 connects Nios II CPU to HIBI network and acts as s DMA controller.
6
 
7
 
8
 
9
Main idea:
10
        N2H2 can copy data from Nios's local memory to   HIBI.
11
        N2H2 can copy data to   Nios's local memory from HIBI.
12
 
13
        SW running on Nios controls N2H2 via a couple of memory-mapped registers.
14
        Each transfers needs at least 3 parameters:
15
                1. address in local memory
16
                2. address in HIBI
17
                3. number or transferred words
18
 
19
Directory structure:
20
 
21
        doc/                    Brief documentation
22
        drv/                    SW driver functions
23
        readme.txt              This file
24
        tb/                     Testbenches for VHDL description and a 3 CPU
25
                                system.
26
        vhd/                    RTL source codes
27
 
28
 
29
 
30
History:
31
        Original design by Ari Kulmala, 2005
32
 
33
        Modified by Lasse Lehtonen, 2011:
34
 
35
        Added ability to receive packets that haven't been configured
36
        before the packet arrives. Also added interrupt to detect lost
37
        tx packets (may happen when sending "second" packet too soon
38
        without polling for the completeon of the previous packet).
39
 
40
        Use the TCL file in vhd/ to add the component to SOPC.

powered by: WebSVN 2.1.0

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