cfg_tb_rtl.vhd

来自「这是用VHDL语言(硬件描述语言)写的一个二维 8*8块的离散余弦变换(DCT」· VHDL 代码 · 共 20 行

VHD
20
字号
---------------------------------------------------------------------------
-- Project: DCT 
-- Revision: 1.0 
-- Date of last Revision: Dec 22 1999 
-- Designer: Maxim Smirnov
-- Created by Xentec Inc. 
-- Copyright (c) 1995-1999 Xentec Inc. & Ocean Logic Pty Ltd 
-- Please review the terms of the license agreement before using this file. 
-- If you are not an authorized user, please destroy this source code file 
-- and notify Xentec, Inc. immediately that you inadvertently received an 
-- unauthorized copy. 1 888 7 XENTEC x22 
---------------------------------------------------------------------------
library dct_lib;
configuration cfg_tb_rtl of tb is
  for beh
    for all: dct use entity dct_lib.dct(rtl);
    end for;
  end for;
end cfg_tb_rtl;

⌨️ 快捷键说明

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