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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.74/] [rtl/] [bplib/] [basys3/] [basys3lib.vhd] - Blame information for rev 40

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 35 wfjm
-- $Id: basys3lib.vhd 726 2016-01-31 23:02:31Z mueller $
2 29 wfjm
--
3
-- Copyright 2015- 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 35 wfjm
-- Package Name:   basys3lib
16 29 wfjm
-- Description:    Basys 3 components
17
-- 
18
-- Dependencies:   -
19
-- Tool versions:  xst 14.7; viv 2014.4; ghdl 0.31
20
--
21
-- Revision History: 
22
-- Date         Rev Version  Comment
23
-- 2015-01-15   634   1.0    Initial version 
24
------------------------------------------------------------------------------
25
 
26
library ieee;
27
use ieee.std_logic_1164.all;
28
 
29
use work.slvtypes.all;
30
 
31
package basys3lib is
32
 
33
component basys3_aif is                 -- BASYS 3, abstract iface, base
34
  port (
35
    I_CLK100 : in slbit;                -- 100 MHz clock
36
    I_RXD : in slbit;                   -- receive data (board view)
37
    O_TXD : out slbit;                  -- transmit data (board view)
38
    I_SWI : in slv16;                   -- b3 switches
39
    I_BTN : in slv5;                    -- b3 buttons
40
    O_LED : out slv16;                  -- b3 leds
41
    O_ANO_N : out slv4;                 -- 7 segment disp: anodes   (act.low)
42
    O_SEG_N : out slv8                  -- 7 segment disp: segments (act.low)
43
  );
44
end component;
45
 
46
end package basys3lib;

powered by: WebSVN 2.1.0

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