X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=cpu%2Fsrc%2Fextension.vhd;h=ad5651e8f55b0b948a4479ff9b1d6c675f88587f;hb=1968f329b10681b760faec9369aa893cd2af8d44;hp=27513590cefebcef231f05f9ed76f8b7be7ea898;hpb=f4f734f50124027f0371a3cb5f4de18353692235;p=calu.git diff --git a/cpu/src/extension.vhd b/cpu/src/extension.vhd index 2751359..ad5651e 100644 --- a/cpu/src/extension.vhd +++ b/cpu/src/extension.vhd @@ -1,3 +1,24 @@ +-- `Deep Thought', a softcore CPU implemented on a FPGA +-- +-- Copyright (C) 2010 Markus Hofstaetter +-- Copyright (C) 2010 Martin Perner +-- Copyright (C) 2010 Stefan Rebernig +-- Copyright (C) 2010 Manfred Schwarz +-- Copyright (C) 2010 Bernhard Urban +-- +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see . + library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; @@ -27,7 +48,8 @@ entity extension_gpm is pwr_en : in std_logic; -- Ouput psw : out status_rec; - pval : out gp_register_t + pval : out gp_register_t; + pval_nxt : out gp_register_t ); end extension_gpm;