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

Subversion Repositories cryptopan_core

[/] [cryptopan_core/] [trunk/] [rtl/] [cryptopan_package.vhd] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 tonyb33
--
2
-- This file is part of the Crypto-PAn core (www.opencores.org).
3
--
4
-- Copyright (c) 2007 The University of Waikato, Hamilton, New Zealand.
5
-- Authors: Anthony Blake (tonyb33@opencores.org)
6
--          
7
-- All rights reserved.
8
--
9
-- This code has been developed by the University of Waikato WAND 
10
-- research group. For further information please see http://www.wand.net.nz/
11
--
12
-- This source file is free software; you can redistribute it and/or modify
13
-- it under the terms of the GNU General Public License as published by
14
-- the Free Software Foundation; either version 2 of the License, or
15
-- (at your option) any later version.
16
--
17
-- This source is distributed in the hope that it will be useful,
18
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
19
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
-- GNU General Public License for more details.
21
--
22
-- You should have received a copy of the GNU General Public License
23
-- along with libtrace; if not, write to the Free Software
24
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
25
--
26
 
27
library ieee;
28
use ieee.std_logic_1164.all;
29
 
30
package cryptopan is
31
 
32
  type s_vector is array(0 to 15) of std_logic_vector(7 downto 0);
33
 
34
  constant use_bram : boolean := true;
35
 
36
end cryptopan;
37
 
38
package body cryptopan is
39
 
40
end cryptopan;

powered by: WebSVN 2.1.0

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