OpenCores
URL https://opencores.org/ocsvn/funbase_ip_library/funbase_ip_library/trunk

Subversion Repositories funbase_ip_library

[/] [funbase_ip_library/] [trunk/] [TUT/] [ip.hwp.accelerator/] [dctqidct/] [1.0/] [hdl/] [idct/] [IDCT_core_tb_config.vhd] - Rev 145

Compare with Previous | Blame | View Log

-- Generation properties:
--   Format              : flat
--   Generic mappings    : exclude
--   Leaf-level entities : direct binding
--   Regular libraries   : use library name
--   View name           : include
--   
library common_da;
library idct;
configuration IDCT_core_tb_config of IDCT_core_tb is
   for struct
      for all : IDCT_core
         use entity idct.IDCT_core(struct);
         for struct
            for all : Column_to_elements
               use entity common_da.Column_to_elements(rtl);
            end for;
            for all : DPRAM
               use entity common_da.DPRAM(rtl);
            end for;
            for all : Elements_to_column
               use entity common_da.Elements_to_column(rtl);
            end for;
            for all : FlipFlop
               use entity common_da.FlipFlop(rtl);
            end for;
            for all : IDCT1D_DA
               use entity idct.IDCT1D_DA(struct);
               for struct
                  for all : IDCT_post_sum
                     use entity idct.IDCT_post_sum(rtl);
                  end for;
                  for all : Rom_idct_even
                     use entity idct.Rom_idct_even(rtl);
                  end for;
                  for all : Rom_idct_odd
                     use entity idct.Rom_idct_odd(rtl);
                  end for;
                  for g1
                     for all : Parallel2Serial
                        use entity common_da.Parallel2Serial(rtl);
                     end for;
                  end for;
                  for g4
                     for all : Serial_multiplier4idct
                        use entity common_da.Serial_multiplier4idct(rtl);
                     end for;
                  end for;
                  for g5
                     for all : Serial_multiplier4idct
                        use entity common_da.Serial_multiplier4idct(rtl);
                     end for;
                  end for;
               end for;
            end for;
            for all : IDCT_control
               use entity idct.IDCT_control(fsm);
            end for;
            for all : Mux2to1
               use entity common_da.Mux2to1(rtl);
            end for;
         end for;
      end for;
      for all : IDCT_core_tester
         use entity idct.IDCT_core_tester(beh);
      end for;
   end for;
end IDCT_core_tb_config;
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.