⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 read.me

📁 这是用VHDL语言(硬件描述语言)写的一个二维 8*8块的离散余弦变换(DCT)以及反变换(IDCT).全同步设计,低门数.可以用于多媒体及打印应用领域.
💻 ME
字号:
1. Directory structure

     * .\src VHDL source files of X_DCT virtual components

     * .\tb  VHDL test bench of X_DCT, test bench configuration
             for RTL simulation, and behavioural model of dual port
             RAM. The test bench includes two instantiations of
             the X_DCT virtual component; the first one performs
             forward discrete cosine transform (FDCT), the second one
             is used for inverse discrete cosine transform (IDCT).

     * .\dat This directory is used by VHDL simulator to write FDCT and IDCT
             output vectors (dct.dat and idct.dat). It also contains two
            'golden' files (dct_golden.dat and idct_golden.dat) for
             simulation correctness checking.

     * .\doc This folder contains documentation related to the X_DCT
             virtual component.

2. Compiling VHDL sources files and starting RTL simulation (for
   ModelSim VHDL simulator users only)

  The project root directory contains the following files:

     * v1_0.mpf  ModelSim project description file

     * vcom.do   ModelSim RTL source and test bench compilation
                 script

     * vsim.do   ModelSim RTL simulation script

     * wave.do   Waveform window setup script

  To start VHDL RTL simulation load the v1_0.mpf project description file
  after ModelSim VHDL simulator invoking. To compile RTL and test bench VHDL
  source file execute compilation script by typing in the ModelSim command
  window:

     do vcom.do

  Then run simulation script:

     do vsim.do

  Waveform window will invoke automatically and the simulation will
  run until an end of the input test vector sequence. The simulation results
  can be checked by observing waveforms and/or by comparing simulation output
  files with the corresponding files containing the expected simulation data.
 

⌨️ 快捷键说明

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