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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [rtl/] [sys_gen/] [w11a/] [s3board/] [sys_conf.vhd] - Blame information for rev 33

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 31 wfjm
-- $Id: sys_conf.vhd 683 2015-05-17 21:54:35Z mueller $
2 2 wfjm
--
3 30 wfjm
-- Copyright 2007-2015 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4 2 wfjm
--
5
-- This program is free software; you may redistribute and/or modify it under
6
-- the terms of the GNU General Public License as published by the Free
7
-- Software Foundation, either version 2, or at your option any later version.
8
--
9
-- This program is distributed in the hope that it will be useful, but
10
-- WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY
11
-- or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12
-- for complete details.
13
--
14
------------------------------------------------------------------------------
15
-- Package Name:   sys_conf
16
-- Description:    Definitions for sys_w11a_s3 (for synthesis)
17
--
18
-- Dependencies:   -
19 28 wfjm
-- Tool versions:  xst 8.1-14.7; ghdl 0.18-0.31
20 2 wfjm
-- Revision History: 
21
-- Date         Rev Version  Comment
22 30 wfjm
-- 2015-03-14   658   1.2    add sys_conf_ibd_* definitions
23 28 wfjm
-- 2014-12-22   619   1.1.2  add _rbmon_awidth
24 2 wfjm
-- 2010-05-05   288   1.1.1  add sys_conf_hio_debounce
25
-- 2008-02-23   118   1.1    add memory config
26
-- 2007-09-23    84   1.0    Initial version 
27
------------------------------------------------------------------------------
28
 
29
library ieee;
30
use ieee.std_logic_1164.all;
31
 
32
use work.slvtypes.all;
33
 
34
package sys_conf is
35
 
36 30 wfjm
  -- configure rlink and hio interfaces --------------------------------------
37
  constant sys_conf_ser2rri_cdinit : integer := 434-1;   -- 50000000/115200
38 2 wfjm
  constant sys_conf_hio_debounce : boolean := true;    -- instantiate debouncers
39 30 wfjm
 
40
  -- configure debug and monitoring units ------------------------------------
41 28 wfjm
  constant sys_conf_rbmon_awidth : integer := 9; -- use 0 to disable rbmon
42 30 wfjm
  constant sys_conf_ibmon_awidth : integer := 9; -- use 0 to disable ibmon
43 2 wfjm
 
44 30 wfjm
  -- configure w11 cpu core --------------------------------------------------
45 2 wfjm
  constant sys_conf_mem_losize     : integer := 8#037777#; --   1 MByte
46
 
47
  constant sys_conf_cache_fmiss    : slbit   := '0';     -- cache enabled
48
 
49 30 wfjm
  -- configure w11 system devices --------------------------------------------
50
  -- configure character and communication devices
51
  constant sys_conf_ibd_dl11_1 : boolean := true;  -- 2nd DL11
52
  constant sys_conf_ibd_pc11   : boolean := true;  -- PC11
53
  constant sys_conf_ibd_lp11   : boolean := true;  -- LP11
54
 
55
  -- configure mass storage devices
56
  constant sys_conf_ibd_rk11   : boolean := true;  -- RK11
57
  constant sys_conf_ibd_rl11   : boolean := true;  -- RL11
58
  constant sys_conf_ibd_rhrp   : boolean := true;  -- RHRP
59 31 wfjm
  constant sys_conf_ibd_tm11   : boolean := true;  -- TM11
60 30 wfjm
 
61
  -- configure other devices
62
  constant sys_conf_ibd_iist   : boolean := true;  -- IIST
63
 
64 2 wfjm
end package sys_conf;

powered by: WebSVN 2.1.0

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