-------------------------------------------------------------------------------
-- Title      :  CRC generator test bench configuration
-- Project    :  Bluetooth baseband core
-------------------------------------------------------------------------------
-- File        : crc_tb_cfg.vhd
-- Author      : Jamil Khatib  (khatib@ieee.org)
-- Organization: OpenIPCore Project
-- Created     : 2000/12/09
-- Last update : 2000/12/09
-- Platform    : 
-- Simulators  : Modelsim 5.3XE/Windows98
-- Synthesizers: Leonardo/WindowsNT
-- Target      : 
-- Dependency  : ieee.std_logic_1164
-------------------------------------------------------------------------------
-- Description: CRC generator core test bench configuration
-------------------------------------------------------------------------------
-- Copyright (c) 2000 Jamil Khatib
-- 
-- This VHDL design file is an open design; you can redistribute it and/or
-- modify it and/or implement it after contacting the author
-- You can check the draft license at
-- http://www.opencores.org/OIPC/license.shtml

-------------------------------------------------------------------------------
-- Revisions  :
-- Revision Number :   1
-- Version         :   0.1
-- Date            :   9 Dec 2000
-- Modifier        :   Jamil Khatib (khatib@ieee.org)
-- Desccription    :   Created
-- Known bugs      :   
-- To Optimze      :   
-------------------------------------------------------------------------------


configuration crc_tb_cfg of crc_gen_tb is
  for crc_gen_beh_tb

    for uut : crc_gen_ent
      use entity bluetooth.crc_gen_ent(crc_gen_beh);

    end for;
  end for;

end crc_tb_cfg;