imdct_package.vhd
Information:
Type :: IDEA
Status :: OPENED
Assigned to ::
Description:
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.STD_LOGIC_SIGNED.all;
use work.mul.all;
package imdct_package is
type type_dct is array (17 downto 0) of std_logic_vector(31 downto 0);
end;
package body imdct_package is
end;
That's all folks! Enjoy!
Comments:
| jun, pan | Jul 1, 2008 |
|---|---|
| thanks | |
Post a comment:
Login to post comments!
