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

Subversion Repositories t400

[/] [t400/] [trunk/] [rtl/] [vhdl/] [t400_core.vhd] - Diff between revs 130 and 167

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

Rev 130 Rev 167
Line 1... Line 1...
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
--
--
-- T400 Microcontroller Core
-- T400 Microcontroller Core
--
--
-- $Id: t400_core.vhd,v 1.10 2006-06-11 13:34:39 arniml Exp $
-- $Id: t400_core.vhd,v 1.11 2008-05-01 19:51:12 arniml Exp $
--
--
-- Copyright (c) 2006 Arnim Laeuger (arniml@opencores.org)
-- Copyright (c) 2006 Arnim Laeuger (arniml@opencores.org)
--
--
-- All rights reserved
-- All rights reserved
--
--
Line 160... Line 160...
 
 
  signal cs_n_s,
  signal cs_n_s,
         rd_n_s,
         rd_n_s,
         wr_n_s          : std_logic;
         wr_n_s          : std_logic;
 
 
  signal vdd_s  : std_logic;
 
  signal gnd4_s : dw_t;
 
 
 
begin
begin
 
 
  -- dummies
 
  vdd_s  <= '1';
 
  gnd4_s <= (others => '0');
 
 
 
  ck_en_s <= ck_en_i = '1';
  ck_en_s <= ck_en_i = '1';
  por_s   <= por_n_i = '0';
  por_s   <= por_n_i = '0';
 
 
  io_g_s  <= to_X01(io_g_i);
  io_g_s  <= to_X01(io_g_i);
 
 
Line 532... Line 525...
 
 
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-- File History:
-- File History:
--
--
-- $Log: not supported by cvs2svn $
-- $Log: not supported by cvs2svn $
 
-- Revision 1.10  2006/06/11 13:34:39  arniml
 
-- Fix bug:
 
-- "Timer skipped in T421 configuration"
 
-- The generate block that instantiates the timer module considers
 
-- now t400_opt_type_421_x as well.
 
--
-- Revision 1.9  2006/06/06 00:33:56  arniml
-- Revision 1.9  2006/06/06 00:33:56  arniml
-- remove note about limitations
-- remove note about limitations
--
--
-- Revision 1.8  2006/06/05 20:34:21  arniml
-- Revision 1.8  2006/06/05 20:34:21  arniml
-- use dedicated microbus cs/rd/wr strobes
-- use dedicated microbus cs/rd/wr strobes

powered by: WebSVN 2.1.0

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