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

Subversion Repositories w11

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

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

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

powered by: WebSVN 2.1.0

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