mirror of
https://github.com/Gehstock/Mist_FPGA.git
synced 2026-01-19 17:27:59 +00:00
25 lines
574 B
VHDL
25 lines
574 B
VHDL
-------------------------------------------------------------------------------
|
|
--
|
|
-- The Decoder unit.
|
|
-- It decodes the instruction opcodes and executes them.
|
|
--
|
|
-- $Id: decoder-c.vhd 295 2009-04-01 19:32:48Z arniml $
|
|
--
|
|
-- Copyright (c) 2004, Arnim Laeuger (arniml@opencores.org)
|
|
--
|
|
-- All rights reserved
|
|
--
|
|
-------------------------------------------------------------------------------
|
|
|
|
configuration t48_decoder_rtl_c0 of t48_decoder is
|
|
|
|
for rtl
|
|
|
|
for int_b: t48_int
|
|
use configuration work.t48_int_rtl_c0;
|
|
end for;
|
|
|
|
end for;
|
|
|
|
end t48_decoder_rtl_c0;
|