w11 - vhd 0.794
W11 CPU core and support modules
Loading...
Searching...
No Matches
sys_conf2.vhd
Go to the documentation of this file.
1-- $Id: sys_conf2.vhd 1181 2019-07-08 17:00:50Z mueller $
2-- SPDX-License-Identifier: GPL-3.0-or-later
3-- Copyright 2011- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4--
5------------------------------------------------------------------------------
6-- Package Name: sys_conf
7-- Description: Definitions for sys_tst_serloop2_n3 (for synthesis)
8--
9-- Dependencies: -
10-- Tool versions: xst 13.1; ghdl 0.29
11-- Revision History:
12-- Date Rev Version Comment
13-- 2011-12-11 438 1.0.1 use with ser=usr=100 MHz
14-- 2011-11-27 433 1.0 Initial version
15------------------------------------------------------------------------------
16
17library ieee;
18use ieee.std_logic_1164.all;
19
20use work.slvtypes.all;
21
22package sys_conf is
23
24 constant sys_conf_clkudiv_usecdiv : integer := 100; -- default usec (was 150)
25 constant sys_conf_clksdiv_usecdiv : integer := 100; -- default usec (was 60)
26 constant sys_conf_clkdiv_msecdiv : integer := 1000; -- default msec
27 constant sys_conf_hio_debounce : boolean := true; -- instantiate debouncers
28 constant sys_conf_uart_cdinit : integer := 868-1; -- 100000000/115200
29
30end package sys_conf;
integer := 60 sys_conf_clksdiv_usecdiv
Definition: sys_conf2.vhd:25
boolean := true sys_conf_hio_debounce
Definition: sys_conf.vhd:33
integer := 1000 sys_conf_clkdiv_msecdiv
Definition: sys_conf1.vhd:30
integer :=( sys_conf_clksys/ sys_conf_uart_defbaud)- 1 sys_conf_uart_cdinit
Definition: sys_conf1.vhd:44
integer := 100 sys_conf_clkudiv_usecdiv
Definition: sys_conf2.vhd:24