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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.74/] [rtl/] [w11a/] [pdp11_ledmux.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_ledmux.vhd 652 2015-02-28 12:18:08Z mueller $
-- $Id: pdp11_ledmux.vhd 677 2015-05-09 21:52:32Z mueller $
--
--
-- Copyright 2015- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
-- Copyright 2015- 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 39... Line 39...
  generic (
  generic (
    LWIDTH : positive := 8);            -- led width
    LWIDTH : positive := 8);            -- led width
  port (
  port (
    SEL : in slbit;                     -- select (0=stat;1=dr)
    SEL : in slbit;                     -- select (0=stat;1=dr)
    STATLEDS : in slv8;                 -- 8 bit CPU status
    STATLEDS : in slv8;                 -- 8 bit CPU status
    DM_STAT_DP : in dm_stat_dp_type;    -- debug and monitor status
    DM_STAT_DP : in dm_stat_dp_type;    -- debug and monitor status - dpath
    LED : out slv(LWIDTH-1 downto 0)    -- hio leds
    LED : out slv(LWIDTH-1 downto 0)    -- hio leds
  );
  );
end pdp11_ledmux;
end pdp11_ledmux;
 
 
architecture syn of pdp11_ledmux is
architecture syn of pdp11_ledmux is

powered by: WebSVN 2.1.0

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