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
▼
w11 - vhd
►
Packages
►
Design Units
▼
Files
►
File List
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Loading...
Searching...
No Matches
serportlib_tb.vhd
Go to the documentation of this file.
1
-- $Id: serportlib_tb.vhd 1181 2019-07-08 17:00:50Z mueller $
2
-- SPDX-License-Identifier: GPL-3.0-or-later
3
-- Copyright 2007-2016 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4
--
5
------------------------------------------------------------------------------
6
-- Package Name: serportlib_tb
7
-- Description: serial port interface components (SIM only!)
8
--
9
-- Dependencies: -
10
-- Tool versions: ghdl 0.18-0.31
11
--
12
-- Revision History:
13
-- Date Rev Version Comment
14
-- 2016-01-03 724 1.0 Initial version (copied from serportlib)
15
------------------------------------------------------------------------------
16
17
library
ieee
;
18
use
ieee.std_logic_1164.
all
;
19
20
use
work.
slvtypes
.
all
;
21
22
package
serportlib_tb
is
23
24
-- here only constant definitions
25
-- no component defintions, use direct instantiation !
26
27
constant
c_serport_xon
:
slv8
:=
"00010001"
;
-- char xon: ^Q = hex 11
28
constant
c_serport_xoff
:
slv8
:=
"00010011"
;
-- char xoff ^S = hex 13
29
constant
c_serport_xesc
:
slv8
:=
"00011011"
;
-- char xesc ^[ = ESC = hex 1B
30
31
end
package
serportlib_tb
;
serportlib_tb
Definition:
serportlib_tb.vhd:22
serportlib_tb.c_serport_xesc
slv8 := "00011011" c_serport_xesc
Definition:
serportlib_tb.vhd:29
serportlib_tb.c_serport_xoff
slv8 := "00010011" c_serport_xoff
Definition:
serportlib_tb.vhd:28
serportlib_tb.c_serport_xon
slv8 := "00010001" c_serport_xon
Definition:
serportlib_tb.vhd:27
slvtypes
Definition:
slvtypes.vhd:28
slvtypes.slv8
std_logic_vector( 7 downto 0) slv8
Definition:
slvtypes.vhd:40
vlib
serport
tb
serportlib_tb.vhd
Generated on Thu Feb 9 2023 12:41:06 for w11 - vhd by
1.9.6