w11 - vhd
0.794
W11 CPU core and support modules
Toggle main menu visibility
Main Page
Packages
Package List
Design Units
Design Unit List
Design Unit Index
Design Unit Hierarchy
Design Unit Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions/Procedures/Processes
b
c
d
e
g
h
i
n
o
p
r
s
t
w
x
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Files
File List
File Members
All
t
Variables
t
•
All
Classes
Namespaces
Files
Functions
Variables
Loading...
Searching...
No Matches
sys_conf.vhd
Go to the documentation of this file.
1
-- $Id: sys_conf.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_serloop_s3 (for synthesis)
8
--
9
-- Dependencies: -
10
-- Tool versions: xst 13.1-14.7; ghdl 0.29-0.31
11
-- Revision History:
12
-- Date Rev Version Comment
13
-- 2011-11-13 424 1.0 Initial version
14
-- 2011-10-25 419 0.5 First draft
15
------------------------------------------------------------------------------
16
17
library
ieee
;
18
use
ieee.std_logic_1164.
all
;
19
20
use
work.
slvtypes
.
all
;
21
22
package
sys_conf
is
23
24
constant
sys_conf_clkdiv_usecdiv
:
integer
:=
60
;
-- default usec
25
constant
sys_conf_clkdiv_msecdiv
:
integer
:=
1000
;
-- default msec
26
constant
sys_conf_hio_debounce
:
boolean
:=
true
;
-- instantiate debouncers
27
constant
sys_conf_uart_cdinit
:
integer
:=
521-1
;
-- 60000000/115200
28
29
end
package
sys_conf
;
slvtypes
Definition:
slvtypes.vhd:28
sys_conf
Definition:
sys_conf_sim.vhd:21
sys_conf.sys_conf_clkdiv_usecdiv
integer := 100 sys_conf_clkdiv_usecdiv
Definition:
sys_conf1.vhd:29
sys_conf.sys_conf_hio_debounce
boolean := true sys_conf_hio_debounce
Definition:
sys_conf.vhd:33
sys_conf.sys_conf_clkdiv_msecdiv
integer := 1000 sys_conf_clkdiv_msecdiv
Definition:
sys_conf1.vhd:30
sys_conf.sys_conf_uart_cdinit
integer :=( sys_conf_clksys/ sys_conf_uart_defbaud)- 1 sys_conf_uart_cdinit
Definition:
sys_conf1.vhd:44
sys_gen
tst_serloop
s3board
sys_conf.vhd
Generated on Thu Feb 9 2023 12:41:05 for w11 - vhd by
1.9.6