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

19 lines
490 B
VHDL

-------------------------------------------------------------------------------
--
-- The Opcode Decoder Table.
-- Decodes the given opcode to instruction mnemonics.
-- Also derives the multicycle information.
--
-- $Id: opc_table-c.vhd,v 1.2 2005/06/11 10:08:43 arniml Exp $
--
-- All rights reserved
--
-------------------------------------------------------------------------------
configuration t48_opc_table_rtl_c0 of t48_opc_table is
for rtl
end for;
end t48_opc_table_rtl_c0;