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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [rtl/] [sys_gen/] [tst_serloop/] [nexys2/] [sys_conf1.vhd] - Diff between revs 29 and 33

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 29 Rev 33
-- $Id: sys_conf1.vhd 649 2015-02-21 21:10:16Z mueller $
-- $Id: sys_conf1.vhd 649 2015-02-21 21:10:16Z mueller $
--
--
-- Copyright 2011- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
-- Copyright 2011- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
--
-- This program is free software; you may redistribute and/or modify it under
-- This program is free software; you may redistribute and/or modify it under
-- the terms of the GNU General Public License as published by the Free
-- the terms of the GNU General Public License as published by the Free
-- Software Foundation, either version 2, or at your option any later version.
-- Software Foundation, either version 2, or at your option any later version.
--
--
-- This program is distributed in the hope that it will be useful, but
-- This program is distributed in the hope that it will be useful, but
-- WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY
-- WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY
-- or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-- or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-- for complete details.
-- for complete details.
--
--
------------------------------------------------------------------------------
------------------------------------------------------------------------------
-- Package Name:   sys_conf
-- Package Name:   sys_conf
-- Description:    Definitions for sys_tst_serloop1_n2 (for synthesis)
-- Description:    Definitions for sys_tst_serloop1_n2 (for synthesis)
--
--
-- Dependencies:   -
-- Dependencies:   -
-- Tool versions:  xst 13.1-14.7; ghdl 0.29-0.31
-- Tool versions:  xst 13.1-14.7; ghdl 0.29-0.31
-- Revision History: 
-- Revision History: 
-- Date         Rev Version  Comment
-- Date         Rev Version  Comment
-- 2011-11-16   439   1.0    Initial version
-- 2011-11-16   439   1.0    Initial version
------------------------------------------------------------------------------
------------------------------------------------------------------------------
 
 
library ieee;
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_1164.all;
 
 
use work.slvtypes.all;
use work.slvtypes.all;
 
 
package sys_conf is
package sys_conf is
 
 
  constant sys_conf_clkdiv_usecdiv : integer :=   50; -- default usec 
  constant sys_conf_clkdiv_usecdiv : integer :=   50; -- default usec 
  constant sys_conf_clkdiv_msecdiv : integer := 1000; -- default msec
  constant sys_conf_clkdiv_msecdiv : integer := 1000; -- default msec
  constant sys_conf_hio_debounce : boolean := true;   -- instantiate debouncers
  constant sys_conf_hio_debounce : boolean := true;   -- instantiate debouncers
  constant sys_conf_uart_cdinit : integer := 434-1;   -- 50000000/115200
  constant sys_conf_uart_cdinit : integer := 434-1;   -- 50000000/115200
 
 
end package sys_conf;
end package sys_conf;
 
 

powered by: WebSVN 2.1.0

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