OpenCores
URL https://opencores.org/ocsvn/an-fpga-implementation-of-low-latency-noc-based-mpsoc/an-fpga-implementation-of-low-latency-noc-based-mpsoc/trunk

Subversion Repositories an-fpga-implementation-of-low-latency-noc-based-mpsoc

[/] [an-fpga-implementation-of-low-latency-noc-based-mpsoc/] [trunk/] [mpsoc/] [src_c/] [jtag/] [test_rtl/] [jtag_ram_test/] [sw/] [README] - Blame information for rev 48

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 alirezamon
 
2
 
3
/**************************************************************************
4
**      WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
5
**      OVERWRITTEN AND LOST. Rename this file if you wish to do any modification.
6
****************************************************************************/
7
 
8
 
9
 
10
/**********************************************************************
11
**      File: readme
12
**
13
**      Copyright (C) 2014-2018  Alireza Monemi
14
**
15
**      This file is part of ProNoC 1.7.0
16
**
17
**      ProNoC ( stands for Prototype Network-on-chip)  is free software:
18
**      you can redistribute it and/or modify it under the terms of the GNU
19
**      Lesser General Public License as published by the Free Software Foundation,
20
**      either version 2 of the License, or (at your option) any later version.
21
**
22
**      ProNoC is distributed in the hope that it will be useful, but WITHOUT
23
**      ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
24
**      or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
25
**      Public License for more details.
26
**
27
**      You should have received a copy of the GNU Lesser General Public
28
**      License along with ProNoC. If not, see .
29
******************************************************************************/
30
 
31
 
32
***********************
33
**      Program the memories
34
***********************
35
 
36
If the memory core and jtag_wb are connected to the same wishbone bus, you can program the memory using
37
 
38 48 alirezamon
        bash program.sh
39 38 alirezamon
 
40
 
41
 
42
***************************
43
**      soc parameters
44
***************************
45
 
46
        parameter       CORE_ID=0,
47
        parameter       SW_LOC="/home/alireza/mywork/mpsoc_work/SOC/ram_test/sw" ,
48
        parameter       ram_Dw=32 ,
49
        parameter       ram_Aw=12
50
 
51
****************************
52
**      wishbone bus(es)  info
53
****************************
54
        #slave interfaces:
55
        #instance name,  interface name, connected to, base address, boundray address
56
        ram, wb, bus, 0x00000000, 0x00003fff
57
 
58
 
59
        #master interfaces:
60
        #instance name,  interface name, connected to
61
        programer, wbm, bus
62
 
63
 
64
****************************
65
**      Jtag to wishbone interface (jtag_wb) info:
66
****************************
67
 
68
        #instance name, instance name,  VJTAG_INDEX
69
        programer,  bus, CORE_ID
70
 
71
 
72
 

powered by: WebSVN 2.1.0

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