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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.74/] [rtl/] [bplib/] [arty/] [artylib.vhd] - Blame information for rev 38

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 35 wfjm
-- $Id: artylib.vhd 740 2016-03-06 20:56:56Z mueller $
2
--
3
-- Copyright 2016- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4
--
5
-- This program is free software; you may redistribute and/or modify it under
6
-- the terms of the GNU General Public License as published by the Free
7
-- Software Foundation, either version 2, or at your option any later version.
8
--
9
-- This program is distributed in the hope that it will be useful, but
10
-- WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY
11
-- or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12
-- for complete details.
13
--
14
------------------------------------------------------------------------------
15
-- Package Name:   artylib
16
-- Description:    Digilent Arty components
17
-- 
18
-- Dependencies:   -
19
-- Tool versions:  viv 2015.4; ghdl 0.33
20
--
21
-- Revision History: 
22
-- Date         Rev Version  Comment
23
-- 2016-03-06   740   1.1    add A_VPWRN/P to baseline config
24
-- 2016-01-31   726   1.0    Initial version 
25
------------------------------------------------------------------------------
26
 
27
library ieee;
28
use ieee.std_logic_1164.all;
29
 
30
use work.slvtypes.all;
31
 
32
package artylib is
33
 
34
component arty_aif is                   -- ARTY, abstract iface, base
35
  port (
36
    I_CLK100 : in slbit;                -- 100 MHz clock
37
    I_RXD : in slbit;                   -- receive data (board view)
38
    O_TXD : out slbit;                  -- transmit data (board view)
39
    I_SWI : in slv4;                    -- arty switches
40
    I_BTN : in slv4;                    -- arty buttons
41
    O_LED : out slv4;                   -- arty leds
42
    O_RGBLED0 : out slv3;               -- arty rgb-led 0
43
    O_RGBLED1 : out slv3;               -- arty rgb-led 1
44
    O_RGBLED2 : out slv3;               -- arty rgb-led 2
45
    O_RGBLED3 : out slv3;               -- arty rgb-led 3
46
    A_VPWRN : in slv4;                  -- arty pwrmon (neg)
47
    A_VPWRP : in slv4                   -- arty pwrmon (pos)
48
  );
49
end component;
50
 
51
end package artylib;

powered by: WebSVN 2.1.0

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