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/] [dct/] [DCT_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 dct;
10
configuration DCT_core_tb_config of DCT_core_tb is
11
   for struct
12
      for all : DCT_core
13
         use entity dct.DCT_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 : DCT1D_DA
19
               use entity dct.DCT1D_DA(struct);
20
               for struct
21
                  for all : Rom_dct_sub
22
                     use entity dct.Rom_dct_sub(rtl);
23
                  end for;
24
                  for all : Rom_dct_sum
25
                     use entity dct.Rom_dct_sum(rtl);
26
                  end for;
27
                  for g0
28
                     for all : Parallel2Serial
29
                        use entity common_da.Parallel2Serial(rtl);
30
                     end for;
31
                  end for;
32
                  for g1
33
                     for all : Serial_adder
34
                        use entity common_da.Serial_adder(rtl);
35
                     end for;
36
                  end for;
37
                  for g2
38
                     for all : Serial_subtractor
39
                        use entity common_da.Serial_subtractor(rtl);
40
                     end for;
41
                  end for;
42
                  for g3
43
                     for all : Serial_multiplier
44
                        use entity common_da.Serial_multiplier(rtl);
45
                     end for;
46
                  end for;
47
                  for g4
48
                     for all : Serial_multiplier
49
                        use entity common_da.Serial_multiplier(rtl);
50
                     end for;
51
                  end for;
52
               end for;
53
            end for;
54
            for all : DCT_control
55
               use entity dct.DCT_control(fsm);
56
            end for;
57
            for all : DPRAM
58
               use entity common_da.DPRAM(rtl);
59
            end for;
60
            for all : Elements_to_column
61
               use entity common_da.Elements_to_column(rtl);
62
            end for;
63
            for all : FlipFlop
64
               use entity common_da.FlipFlop(rtl);
65
            end for;
66
            for all : Mux2to1
67
               use entity common_da.Mux2to1(rtl);
68
            end for;
69
         end for;
70
      end for;
71
      for all : DCT_core_tester
72
         use entity dct.DCT_core_tester(beh);
73
      end for;
74
   end for;
75
end DCT_core_tb_config;

powered by: WebSVN 2.1.0

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