OpenCores
Issue List
imdct_package.vhd #4
Open ocghost opened this issue over 19 years ago
ocghost commented over 19 years ago

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!

panjun_316 commented over 16 years ago

thanks


Assignee
No one
Labels
Idea