1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-05-01 22:26:35 +00:00
Files
Gehstock.Mist_FPGA/common/CPU/t48/psw-c.vhd
2020-05-13 15:54:31 +02:00

18 lines
418 B
VHDL

-------------------------------------------------------------------------------
--
-- The Program Status Word (PSW).
-- Implements the PSW with its special bits.
--
-- $Id: psw-c.vhd,v 1.2 2005/06/11 10:08:43 arniml Exp $
--
-- All rights reserved
--
-------------------------------------------------------------------------------
configuration t48_psw_rtl_c0 of t48_psw is
for rtl
end for;
end t48_psw_rtl_c0;