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/] [idct/] [IDCT_pkg.vhd] - Blame information for rev 145

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 145 lanttu
------------------------------------------------------------------------------
2
-- TUT / DCS
3
-------------------------------------------------------------------------------
4
-- Author               : Timo Alho
5
-- e-mail               : timo.a.alho@tut.fi
6
-- Date                 : 22.06.2004 09:26:51
7
-- File                 : IDCT_pkg.vhd
8
-- Design               : Generic declarations for IDCT
9
------------------------------------------------------------------------------
10
-- Description:
11
-------------------------------------------------------------------------------
12
 
13
LIBRARY ieee;
14
USE ieee.std_logic_1164.ALL;
15
PACKAGE IDCT_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 IDCT_inputw_co         : integer := 12;  --IDCT input width
21
  CONSTANT IDCT_resultw_co        : integer := 9;  --IDCT output width
22
  CONSTANT IDCT_dataw_co          : integer := 16;  -- internal datawidth for IDTC
23
  CONSTANT IDCT_rounding_value_co : integer := 4096;
24
  CONSTANT IDCT_coeffw_co         : integer := 15;  -- width of constant coefficients
25
END IDCT_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.