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] - Blame information for rev 145

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 145 lanttu
-- Generation properties:
2
--   Format              : flat
3
--   Generic mappings    : exclude
4
--   Leaf-level entities : direct binding
5
--   Regular libraries   : use library name
6
--   View name           : include
7
--   
8
library common_da;
9
library idct;
10
configuration IDCT_core_tb_config of IDCT_core_tb is
11
   for struct
12
      for all : IDCT_core
13
         use entity idct.IDCT_core(struct);
14
         for struct
15
            for all : Column_to_elements
16
               use entity common_da.Column_to_elements(rtl);
17
            end for;
18
            for all : DPRAM
19
               use entity common_da.DPRAM(rtl);
20
            end for;
21
            for all : Elements_to_column
22
               use entity common_da.Elements_to_column(rtl);
23
            end for;
24
            for all : FlipFlop
25
               use entity common_da.FlipFlop(rtl);
26
            end for;
27
            for all : IDCT1D_DA
28
               use entity idct.IDCT1D_DA(struct);
29
               for struct
30
                  for all : IDCT_post_sum
31
                     use entity idct.IDCT_post_sum(rtl);
32
                  end for;
33
                  for all : Rom_idct_even
34
                     use entity idct.Rom_idct_even(rtl);
35
                  end for;
36
                  for all : Rom_idct_odd
37
                     use entity idct.Rom_idct_odd(rtl);
38
                  end for;
39
                  for g1
40
                     for all : Parallel2Serial
41
                        use entity common_da.Parallel2Serial(rtl);
42
                     end for;
43
                  end for;
44
                  for g4
45
                     for all : Serial_multiplier4idct
46
                        use entity common_da.Serial_multiplier4idct(rtl);
47
                     end for;
48
                  end for;
49
                  for g5
50
                     for all : Serial_multiplier4idct
51
                        use entity common_da.Serial_multiplier4idct(rtl);
52
                     end for;
53
                  end for;
54
               end for;
55
            end for;
56
            for all : IDCT_control
57
               use entity idct.IDCT_control(fsm);
58
            end for;
59
            for all : Mux2to1
60
               use entity common_da.Mux2to1(rtl);
61
            end for;
62
         end for;
63
      end for;
64
      for all : IDCT_core_tester
65
         use entity idct.IDCT_core_tester(beh);
66
      end for;
67
   end for;
68
end IDCT_core_tb_config;

powered by: WebSVN 2.1.0

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