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

Subversion Repositories t48

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 274 to Rev 275
    Reverse comparison

Rev 274 → Rev 275

/trunk/rtl/vhdl/t8243/t8243_core.vhd
4,7 → 4,7
-- This is the core module implementing all functionality of the
-- original 8243 chip.
--
-- $Id: t8243_core.vhd,v 1.1 2006-07-13 22:53:56 arniml Exp $
-- $Id: t8243_core.vhd,v 1.2 2006-12-18 01:18:58 arniml Exp $
-- $Name: not supported by cvs2svn $
--
-- Copyright (c) 2006, Arnim Laeuger (arniml@opencores.org)
147,7 → 147,7
-- * latch port number
-- * latch instruction
--
ctrl_seq: process (clk_i, reset_n_i)
ctrl_seq: process (clk_i, cs_n_i)
begin
if cs_n_i = '1' then
px_sel_q <= (others => '0');
296,4 → 296,7
-- File History:
--
-- $Log: not supported by cvs2svn $
-- Revision 1.1 2006/07/13 22:53:56 arniml
-- initial check-in
--
-------------------------------------------------------------------------------

powered by: WebSVN 2.1.0

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