1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-04-28 21:17:59 +00:00
Files
Gehstock.Mist_FPGA/common/CPU/t48/t8243/t8243-c.vhd
Gyorgy Szombathelyi 6d2e39a333 Update T48
2021-07-22 11:06:33 +02:00

20 lines
447 B
VHDL

-------------------------------------------------------------------------------
--
-- T8243 Core
--
-- $Id: t8243-c.vhd 295 2009-04-01 19:32:48Z arniml $
--
-------------------------------------------------------------------------------
configuration t8243_struct_c0 of t8243 is
for struct
for t8243_async_notri_b: t8243_async_notri
use configuration work.t8243_async_notri_struct_c0;
end for;
end for;
end t8243_struct_c0;