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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.74/] [rtl/] [w11a/] [sys_conf.vhd] - Blame information for rev 40

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

Line No. Rev Author Line
1 36 wfjm
-- $Id: sys_conf.vhd 770 2016-05-28 14:15:00Z mueller $
2 2 wfjm
--
3 36 wfjm
-- Copyright 2007-2016 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 30 wfjm
-- Description:    Default definitions
17 2 wfjm
--
18
-- Dependencies:   -
19 36 wfjm
-- Tool versions:  xst 8.1-14.7; viv 2014.4-2016.1; ghdl 0.18-0.33
20 2 wfjm
-- Revision History: 
21
-- Date         Rev Version  Comment
22 36 wfjm
-- 2016-05-28   770   1.1.2  sys_conf_mem_losize now type natural 
23 34 wfjm
-- 2015-06-26   695   1.1.1  add sys_conf_dmscnt
24 30 wfjm
-- 2015-05-01   672   1.1    adopt to pdp11_sys70
25 2 wfjm
-- 2008-02-23   118   1.0    Initial version 
26
------------------------------------------------------------------------------
27
 
28
library ieee;
29
use ieee.std_logic_1164.all;
30
 
31
use work.slvtypes.all;
32
 
33
package sys_conf is
34
 
35 30 wfjm
  constant sys_conf_cache_fmiss    : slbit   := '0';      -- cache enabled
36
 
37 2 wfjm
  constant sys_conf_bram_awidth    : integer := 15;       -- 32 kB BRAM
38 36 wfjm
  constant sys_conf_mem_losize     : natural := 8#000777#;-- 32 kByte
39 2 wfjm
 
40 30 wfjm
  constant sys_conf_ibmon_awidth : integer := 9; -- use 0 to disable ibmon
41 34 wfjm
  constant sys_conf_dmscnt       : boolean := true;
42 30 wfjm
 
43 2 wfjm
end package sys_conf;
44
 

powered by: WebSVN 2.1.0

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