imdct_package.vhd
Information:
Type :: BUG
Status :: OPENED
Assigned to ::
Description:
library IEEE;
use IEEE.STD_LOGIC_1164.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;
Comments:
| sank, ser | May 13, 2009 |
|---|---|
|
With the code, I created a VHDL module and it worked... there is not problem ...
It was probed on Project Navigator Xilinx IseWebPack v11.1
but have another bug or problem...
---
WARNING:Xst:1610 - "D:/xilinx/mp31/mp31/Huffman/huffman.vhd" line 75: Width mismatch. |
|
Post a comment:
Login to post comments!
