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

Subversion Repositories funbase_ip_library

[/] [funbase_ip_library/] [trunk/] [TUT/] [ip.hwp.accelerator/] [dctqidct/] [1.0/] [hdl/] [dct/] [DCT_pkg.vhd] - Blame information for rev 145

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 145 lanttu
------------------------------------------------------------------------------
2
-- TTY / TKT
3
-------------------------------------------------------------------------------
4
-- Author               : Timo Alho
5
-- e-mail               : timo.a.alho@tut.fi
6
-- Date                 : 22.06.2004 09:26:51
7
-- File                 : DCT_pkg.vhd
8
-- Design               : Generic declarations for DCT
9
------------------------------------------------------------------------------
10
-- Description:
11
-------------------------------------------------------------------------------
12
 
13
LIBRARY ieee;
14
USE ieee.std_logic_1164.ALL;
15
PACKAGE DCT_pkg IS
16
  --NOTE: Some of these constants can be changed. However,
17
  --that is not tested, and changing these values  may require
18
  --at least modifications to testbench.
19
 
20
  CONSTANT DCT_inputw_co         : integer := 9;  --DCT input width
21
  CONSTANT DCT_resultw_co        : integer := 12;  --DCT output width
22
  CONSTANT DCT_dataw_co          : integer := 18;  --internal datawidth for DCT
23
  CONSTANT DCT_rounding_value_co : integer := 0;
24
  CONSTANT DCT_coeffw_co         : integer := 15;  -- width of constant coefficients
25
END DCT_pkg;
26
 
27
 
28
 
29
 
30
 
31
 
32
 
33
 
34
 
35
 
36
 
37
 
38
 

powered by: WebSVN 2.1.0

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