mirror of
https://github.com/Gehstock/Mist_FPGA.git
synced 2026-04-25 03:54:57 +00:00
24 lines
542 B
VHDL
24 lines
542 B
VHDL
-------------------------------------------------------------------------------
|
|
--
|
|
-- T8048 Microcontroller System
|
|
--
|
|
-- $Id: t8048-c.vhd,v 1.2 2004/12/01 23:09:47 arniml Exp $
|
|
--
|
|
-- 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;
|