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

Subversion Repositories cpu65c02_true_cycle

[/] [cpu65c02_true_cycle/] [branches/] [avendor/] [rtl/] [vhdl/] [R65C02_TC_config.vhd] - Rev 15

Compare with Previous | Blame | View Log

-- Generation properties:
--   Format              : flat
--   Generic mappings    : exclude
--   Leaf-level entities : direct binding
--   Regular libraries   : use work
--   View name           : include
--   
library work;
configuration R65C02_TC_config of R65C02_TC is
   for struct
      for all : Core
         use entity work.Core(struct);
         for struct
            for all : ALU
               use entity work.ALU(struct);
               for struct
                  for all : ADD_SUB
                     use entity work.ADD_SUB(flow);
                  end for;
               end for;
            end for;
            for all : RegBank_AXY
               use entity work.RegBank_AXY(struct);
               for struct
               end for;
            end for;
            for all : Reg_PC
               use entity work.Reg_PC(struct);
               for struct
               end for;
            end for;
            for all : Reg_SP
               use entity work.Reg_SP(struct);
               for struct
               end for;
            end for;
            for all : fsm_core_V2_1
               use entity work.fsm_core_V2_1(fsm);
            end for;
            for all : fsm_nmi
               use entity work.fsm_nmi(fsm);
            end for;
         end for;
      end for;
   end for;
end R65C02_TC_config;
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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