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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [rtl/] [sys_gen/] [tst_fx2loop/] [nexys3/] [ic3/] [sys_conf.vhd] - Diff between revs 21 and 22

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 21 Rev 22
Line 1... Line 1...
-- $Id: sys_conf.vhd 510 2013-04-26 16:14:57Z mueller $
-- $Id: sys_conf.vhd 538 2013-10-06 17:21:25Z mueller $
--
--
-- Copyright 2012-2013 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
-- Copyright 2012-2013 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
Line 14... Line 14...
------------------------------------------------------------------------------
------------------------------------------------------------------------------
-- Package Name:   sys_conf
-- Package Name:   sys_conf
-- Description:    Definitions for sys_tst_fx2loop_ic3_n3 (for synthesis)
-- Description:    Definitions for sys_tst_fx2loop_ic3_n3 (for synthesis)
--
--
-- Dependencies:   -
-- Dependencies:   -
-- Tool versions:  xst 13.3, 14.5; ghdl 0.29
-- Tool versions:  xst 13.3, 14.5, 14.6; ghdl 0.29
-- Revision History: 
-- Revision History: 
-- Date         Rev Version  Comment
-- Date         Rev Version  Comment
 
-- 2013-10-06   538   1.2    pll support, use clksys_vcodivide ect
-- 2012-04-25   510   1.1    use 3/2 clock-> 150 MHz sysclk
-- 2012-04-25   510   1.1    use 3/2 clock-> 150 MHz sysclk
-- 2012-04-09   461   1.0    Initial version 
-- 2012-04-09   461   1.0    Initial version 
------------------------------------------------------------------------------
------------------------------------------------------------------------------
 
 
library ieee;
library ieee;
Line 28... Line 29...
 
 
use work.slvtypes.all;
use work.slvtypes.all;
 
 
package sys_conf is
package sys_conf is
 
 
  constant sys_conf_clkfx_divide : positive   :=  2;
  constant sys_conf_clksys_vcodivide   : positive :=   2;
  constant sys_conf_clkfx_multiply : positive :=  3;
  constant sys_conf_clksys_vcomultiply : positive :=   3;   -- dcm  150 MHz
 
  constant sys_conf_clksys_outdivide   : positive :=   1;   -- sys  150 MHz
 
  constant sys_conf_clksys_gentype     : string   := "DCM";
 
 
  constant sys_conf_fx2_type : string := "ic3";
  constant sys_conf_fx2_type : string := "ic3";
 
 
  -- dummy values defs for generic parameters of as controller
  -- dummy values defs for generic parameters of as controller
  constant sys_conf_fx2_rdpwldelay : positive := 1;
  constant sys_conf_fx2_rdpwldelay : positive := 1;
Line 51... Line 54...
  constant sys_conf_hio_debounce : boolean := true;    -- instantiate debouncers
  constant sys_conf_hio_debounce : boolean := true;    -- instantiate debouncers
 
 
  -- derived constants
  -- derived constants
 
 
  constant sys_conf_clksys : integer :=
  constant sys_conf_clksys : integer :=
    (100000000/sys_conf_clkfx_divide)*sys_conf_clkfx_multiply;
    ((100000000/sys_conf_clksys_vcodivide)*sys_conf_clksys_vcomultiply) /
 
    sys_conf_clksys_outdivide;
  constant sys_conf_clksys_mhz : integer := sys_conf_clksys/1000000;
  constant sys_conf_clksys_mhz : integer := sys_conf_clksys/1000000;
 
 
end package sys_conf;
end package sys_conf;
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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