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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [testbench/] [mc_ssram.h] - Blame information for rev 469

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 454 ivang
/* mc_ssram.h - Memory Controller testbench SSRAM defines
2
         Copyright (C) 2001 by Ivan Guzvinec, ivang@opencores.org
3
 
4
         This file is part of OpenRISC 1000 Architectural Simulator.
5
 
6
         This program is free software; you can redistribute it and/or modify
7
         it under the terms of the GNU General Public License as published by
8
         the Free Software Foundation; either version 2 of the License, or
9
         (at your option) any later version.
10
 
11
         This program is distributed in the hope that it will be useful,
12
         but WITHOUT ANY WARRANTY; without even the implied warranty of
13
         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.    See the
14
         GNU General Public License for more details.
15
 
16
         You should have received a copy of the GNU General Public License
17
         along with this program; if not, write to the Free Software
18
         Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19
*/
20
 
21
#ifndef __MC_SSRAM_H
22
#define __MC_SSRAM_H
23
 
24 469 ivang
/* TEMPLATE SELECTION       */
25
/* change #undef to #define */
26
#define _MC_TEST_TEMPLATE1
27
#undef  _MC_TEST_TEMPLATE2
28
#undef  _MC_TEST_TEMPLATE3
29
/* ------------------------ */
30
 
31 454 ivang
/* memory configuration that must reflect mcmem.cfg */
32 469 ivang
#define MC_SSRAM_CSMASK 0xFE    /* 8 bit mask for 8 chip selects. 1 SSRAM at CS, 0 something else at CS */
33 454 ivang
 
34
typedef struct MC_SSRAM_CS
35
{
36
  unsigned char M;
37
} MC_SSRAM_CS;
38
 
39
MC_SSRAM_CS mc_ssram_cs[8] = {
40
  {  0x02  /* SELect mask */
41
    },
42
  { 0x04 },
43
  { 0x06 },
44
  { 0x08 },
45
  { 0x0A },
46
  { 0x0C },
47
  { 0x0E },
48
  { 0x10 } };
49
 
50 469 ivang
#define MC_SSRAM_TEST0  0x00000001LU /* no parity, bank after column, write enable */
51
#define MC_SSRAM_TEST1  0x00000002LU /* parity */
52
#define MC_SSRAM_TEST2  0x00000004LU /* bank after row */
53
#define MC_SSRAM_TEST3  0x00000008LU /* RO */
54
#define MC_SSRAM_TEST4  0x00000010LU /* - NOT DEFINED - */
55
#define MC_SSRAM_TEST5  0x00000020LU /* - NOT DEFINED - */
56 454 ivang
 
57 469 ivang
#ifdef _MC_TEST_TEMPLATE1
58
  #define MC_SSRAM_FLAGS        0x000002B8LU    /* MC_TEST_ flags... see mc_common.h */ 
59
  #define MC_SSRAM_TESTS        0x00000005LU
60
#endif
61 454 ivang
 
62 469 ivang
#ifdef _MC_TEST_TEMPLATE2
63
  #define MC_SSRAM_FLAGS        0x00000128LU    /* MC_TEST_ flags... see mc_common.h */ 
64
  #define MC_SSRAM_TESTS        0x00000008LU
65 454 ivang
#endif
66 469 ivang
 
67
#ifdef _MC_TEST_TEMPLATE3
68
  #define MC_SSRAM_FLAGS        0x000007FFLU    /* MC_TEST_ flags... see mc_common.h */ 
69
  #define MC_SSRAM_TESTS        0x0000003FLU
70
#endif
71
 
72
#endif

powered by: WebSVN 2.1.0

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