1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-05-03 14:59:11 +00:00
Files
Gehstock.Mist_FPGA/common/CPU/t48/t48_core-c.vhd
2020-05-13 15:54:31 +02:00

72 lines
1.6 KiB
VHDL

-------------------------------------------------------------------------------
--
-- T48 Microcontroller Core
--
-- $Id: t48_core-c.vhd,v 1.2 2005/06/11 10:08:43 arniml Exp $
--
-------------------------------------------------------------------------------
configuration t48_core_struct_c0 of t48_core is
for struct
for alu_b : t48_alu
use configuration work.t48_alu_rtl_c0;
end for;
for bus_mux_b : t48_bus_mux
use configuration work.t48_bus_mux_rtl_c0;
end for;
for clock_ctrl_b : t48_clock_ctrl
use configuration work.t48_clock_ctrl_rtl_c0;
end for;
for cond_branch_b : t48_cond_branch
use configuration work.t48_cond_branch_rtl_c0;
end for;
for use_db_bus
for db_bus_b : t48_db_bus
use configuration work.t48_db_bus_rtl_c0;
end for;
end for;
for decoder_b : t48_decoder
use configuration work.t48_decoder_rtl_c0;
end for;
for dmem_ctrl_b : t48_dmem_ctrl
use configuration work.t48_dmem_ctrl_rtl_c0;
end for;
for use_timer
for timer_b : t48_timer
use configuration work.t48_timer_rtl_c0;
end for;
end for;
for use_p1
for p1_b : t48_p1
use configuration work.t48_p1_rtl_c0;
end for;
end for;
for use_p2
for p2_b : t48_p2
use configuration work.t48_p2_rtl_c0;
end for;
end for;
for pmem_ctrl_b : t48_pmem_ctrl
use configuration work.t48_pmem_ctrl_rtl_c0;
end for;
for psw_b : t48_psw
use configuration work.t48_psw_rtl_c0;
end for;
end for;
end t48_core_struct_c0;