OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [rtl/] [w11a/] [pdp11_cache.vhd] - Diff between revs 29 and 30

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 29 Rev 30
Line 1... Line 1...
-- $Id: pdp11_cache.vhd 641 2015-02-01 22:12:15Z mueller $
-- $Id: pdp11_cache.vhd 677 2015-05-09 21:52:32Z mueller $
--
--
-- Copyright 2008-2011 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
-- Copyright 2008-2011 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
--
--
-- This program is free software; you may redistribute and/or modify it under
-- This program is free software; you may redistribute and/or modify it under
-- the terms of the GNU General Public License as published by the Free
-- the terms of the GNU General Public License as published by the Free
Line 38... Line 38...
use work.pdp11.all;
use work.pdp11.all;
 
 
entity pdp11_cache is                   -- cache
entity pdp11_cache is                   -- cache
  port (
  port (
    CLK : in slbit;                     -- clock
    CLK : in slbit;                     -- clock
    GRESET : in slbit;                  -- global reset
    GRESET : in slbit;                  -- general reset
    EM_MREQ : in em_mreq_type;          -- em request
    EM_MREQ : in em_mreq_type;          -- em request
    EM_SRES : out em_sres_type;         -- em response
    EM_SRES : out em_sres_type;         -- em response
    FMISS : in slbit;                   -- force miss
    FMISS : in slbit;                   -- force miss
    CHIT : out slbit;                   -- cache hit flag
    CHIT : out slbit;                   -- cache hit flag
    MEM_REQ : out slbit;                -- memory: request
    MEM_REQ : out slbit;                -- memory: request

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.