mirror of
https://github.com/Gehstock/Mist_FPGA.git
synced 2026-04-30 13:52:10 +00:00
24 lines
537 B
VHDL
24 lines
537 B
VHDL
-------------------------------------------------------------------------------
|
|
--
|
|
-- T8048 Microcontroller System
|
|
--
|
|
-- $Id: t8048-c.vhd 295 2009-04-01 19:32:48Z arniml $
|
|
--
|
|
-- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org)
|
|
--
|
|
-- All rights reserved
|
|
--
|
|
-------------------------------------------------------------------------------
|
|
|
|
configuration t8048_struct_c0 of t8048 is
|
|
|
|
for struct
|
|
|
|
for t8048_notri_b : t8048_notri
|
|
use configuration work.t8048_notri_struct_c0;
|
|
end for;
|
|
|
|
end for;
|
|
|
|
end t8048_struct_c0;
|