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
basys3lib.vhd
Go to the documentation of this file.
1
-- $Id: basys3lib.vhd 1181 2019-07-08 17:00:50Z mueller $
2
-- SPDX-License-Identifier: GPL-3.0-or-later
3
-- Copyright 2015- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4
--
5
------------------------------------------------------------------------------
6
-- Package Name: basys3lib
7
-- Description: Basys 3 components
8
--
9
-- Dependencies: -
10
-- Tool versions: xst 14.7; viv 2014.4; ghdl 0.31
11
--
12
-- Revision History:
13
-- Date Rev Version Comment
14
-- 2015-01-15 634 1.0 Initial version
15
------------------------------------------------------------------------------
16
17
library
ieee
;
18
use
ieee.std_logic_1164.
all
;
19
20
use
work.
slvtypes
.
all
;
21
22
package
basys3lib
is
23
24
component
basys3_aif
is
-- BASYS 3, abstract iface, base
25
port
(
26
I_CLK100 :
in
slbit;
-- 100 MHz clock
27
I_RXD :
in
slbit;
-- receive data (board view)
28
O_TXD :
out
slbit;
-- transmit data (board view)
29
I_SWI :
in
slv16;
-- b3 switches
30
I_BTN :
in
slv5;
-- b3 buttons
31
O_LED :
out
slv16;
-- b3 leds
32
O_ANO_N :
out
slv4;
-- 7 segment disp: anodes (act.low)
33
O_SEG_N :
out
slv8
-- 7 segment disp: segments (act.low)
34
);
35
end
component
;
36
37
end
package
basys3lib
;
basys3lib
Definition:
basys3lib.vhd:22
slvtypes
Definition:
slvtypes.vhd:28
bplib
basys3
basys3lib.vhd
Generated on Thu Feb 9 2023 12:41:04 for w11 - vhd by
1.9.6