readme.txt

来自「用于视频图像编码的8×8DCT变换」· 文本 代码 · 共 18 行

TXT
18
字号
XAPP610  Zip file contains 

The word document for DCT

Verilog files (*.v)
    dct.v
    test_dct.v

Vhdl file (*.vhd)
   dct.vhd

The verilog synthesized using Synplicity (Synplify Pro) and placed and routed using Foundation 4.1.03i. 
The multiplier instantiation in the verilog files are used when targeting Virtex 2. For all other devices, 
the instantiations are commented out and the behavioral multiplier code is used. Test_dct contains the 
test bench which uses the input values as given in the reference "Image and Video Compression Standards" 
by V. Bhaskaran and K. Konstantinides. Dct-dct.v is the top level file that calls the lower level dct.v 
and idct.v files.  The lower level vhdl files are dct.vhd and idct.vhd

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?