head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2004.03.23.21.26.38; author arniml; state dead; branches; next 1.1; 1.1 date 2004.03.23.21.24.33; author arniml; state Exp; branches; next ; desc @@ 1.2 log @bummer @ text @------------------------------------------------------------------------------- -- -- T48 Microcontroller Core -- -- $Id: t48_core-c.vhd,v 1.1 2004/03/23 21:24:33 arniml Exp $ -- ------------------------------------------------------------------------------- configuration t48_core_struct_c0 of t48_core is for struct for alu_b : alu use configuration work.alu_rtl_c0; end for; for bus_mux_b : bus_mux use configuration work.bus_mux_rtl_c0; end for; for clock_ctrl_b : clock_ctrl use configuration work.clock_ctrl_rtl_c0; end for; for cond_branch_b : cond_branch use configuration work.cond_branch_rtl_c0; end for; for use_db_bus for db_bus_b : db_bus use configuration work.db_bus_rtl_c0; end for; end for; for decoder_b : decoder use configuration work.decoder_rtl_c0; end for; for dmem_ctrl_b : dmem_ctrl use configuration work.dmem_ctrl_rtl_c0; end for; for use_timer for timer_b : timer use configuration work.timer_rtl_c0; end for; end for; for use_p1 for p1_b : p1 use configuration work.p1_rtl_c0; end for; end for; for use_p2 for p2_b : p2 use configuration work.p2_rtl_c0; end for; end for; for pmem_ctrl_b : pmem_ctrl use configuration work.pmem_ctrl_rtl_c0; end for; for psw_b : psw use configuration work.psw_rtl_c0; end for; end for; end t48_core_struct_c0; @ 1.1 log @initial check-in @ text @d5 1 a5 1 -- $Id: t48_core-c.vhd,v 1.7 2004/03/23 18:46:02 arnim Exp $ @