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

Subversion Repositories spi_boot

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /spi_boot/trunk/rtl/vhdl
    from Rev 74 to Rev 77
    Reverse comparison

Rev 74 → Rev 77

/chip-full-a.vhd
3,7 → 3,7
-- SD/MMC Bootloader
-- Chip toplevel design with full feature set
--
-- $Id: chip-full-a.vhd,v 1.7 2007-08-06 23:31:42 arniml Exp $
-- $Id$
--
-- Copyright (c) 2005, Arnim Laeuger (arniml@opencores.org)
--
143,28 → 143,3
'Z';
 
end full;
 
 
-------------------------------------------------------------------------------
-- File History:
--
-- $Log: not supported by cvs2svn $
-- Revision 1.6 2005/04/07 20:44:23 arniml
-- add new port detached_o
--
-- Revision 1.5 2005/03/09 19:48:34 arniml
-- invert level of set_sel input
--
-- Revision 1.4 2005/03/08 22:07:12 arniml
-- added set selection
--
-- Revision 1.3 2005/02/18 06:42:11 arniml
-- clarify wording for images
--
-- Revision 1.2 2005/02/16 18:54:37 arniml
-- added tri-state drivers for spi outputs
--
-- Revision 1.1 2005/02/08 20:41:31 arniml
-- initial check-in
--
-------------------------------------------------------------------------------
chip-full-a.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: sample/ram_loader-c.vhd =================================================================== --- sample/ram_loader-c.vhd (revision 74) +++ sample/ram_loader-c.vhd (revision 77) @@ -1,5 +1,5 @@ ------------------------------------------------------------------------------- --- $Id: ram_loader-c.vhd,v 1.1 2005-04-10 18:02:32 arniml Exp $ +-- $Id$ ------------------------------------------------------------------------------- configuration ram_loader_rtl_c0 of ram_loader is
sample/ram_loader-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: sample/ram_loader.vhd =================================================================== --- sample/ram_loader.vhd (revision 74) +++ sample/ram_loader.vhd (revision 77) @@ -3,7 +3,7 @@ -- SD/MMC Bootloader -- Sample client for loading an image to asynchronous SRAM -- --- $Id: ram_loader.vhd,v 1.2 2005-04-10 17:17:23 arniml Exp $ +-- $Id$ -- -- Copyright (c) 2005, Arnim Laeuger (arniml@opencores.org) --
sample/ram_loader.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: chip-full-c.vhd =================================================================== --- chip-full-c.vhd (revision 74) +++ chip-full-c.vhd (revision 77) @@ -2,7 +2,7 @@ -- -- SD/MMC Bootloader -- --- $Id: chip-full-c.vhd,v 1.1 2005-02-08 20:41:31 arniml Exp $ +-- $Id$ -- -------------------------------------------------------------------------------
chip-full-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: chip-e.vhd =================================================================== --- chip-e.vhd (revision 74) +++ chip-e.vhd (revision 77) @@ -3,7 +3,7 @@ -- SD/MMC Bootloader -- Chip toplevel -- --- $Id: chip-e.vhd,v 1.3 2005-04-07 20:44:23 arniml Exp $ +-- $Id$ -- -- Copyright (c) 2005, Arnim Laeuger (arniml@opencores.org) -- @@ -73,16 +73,3 @@ ); end chip; - - -------------------------------------------------------------------------------- --- File History: --- --- $Log: not supported by cvs2svn $ --- Revision 1.2 2005/03/08 22:07:11 arniml --- added set selection --- --- Revision 1.1 2005/02/08 20:41:30 arniml --- initial check-in --- --------------------------------------------------------------------------------
chip-e.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: chip-minimal-a.vhd =================================================================== --- chip-minimal-a.vhd (revision 74) +++ chip-minimal-a.vhd (revision 77) @@ -3,7 +3,7 @@ -- SD/MMC Bootloader -- Chip toplevel design with minimal feature set -- --- $Id: chip-minimal-a.vhd,v 1.7 2007-08-06 23:31:42 arniml Exp $ +-- $Id$ -- -- Copyright (c) 2005, Arnim Laeuger (arniml@opencores.org) -- @@ -143,28 +143,3 @@ 'Z'; end minimal; - - -------------------------------------------------------------------------------- --- File History: --- --- $Log: not supported by cvs2svn $ --- Revision 1.6 2005/04/07 20:44:23 arniml --- add new port detached_o --- --- Revision 1.5 2005/03/09 19:48:34 arniml --- invert level of set_sel input --- --- Revision 1.4 2005/03/08 22:07:12 arniml --- added set selection --- --- Revision 1.3 2005/02/18 06:42:12 arniml --- clarify wording for images --- --- Revision 1.2 2005/02/16 18:54:39 arniml --- added tri-state drivers for spi outputs --- --- Revision 1.1 2005/02/08 20:41:31 arniml --- initial check-in --- --------------------------------------------------------------------------------
chip-minimal-a.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: chip-sd-a.vhd =================================================================== --- chip-sd-a.vhd (revision 74) +++ chip-sd-a.vhd (revision 77) @@ -3,7 +3,7 @@ -- SD/MMC Bootloader -- Chip toplevel design with SD feature set -- --- $Id: chip-sd-a.vhd,v 1.7 2007-08-06 23:31:42 arniml Exp $ +-- $Id$ -- -- Copyright (c) 2005, Arnim Laeuger (arniml@opencores.org) -- @@ -143,28 +143,3 @@ 'Z'; end sd; - - -------------------------------------------------------------------------------- --- File History: --- --- $Log: not supported by cvs2svn $ --- Revision 1.6 2005/04/07 20:44:23 arniml --- add new port detached_o --- --- Revision 1.5 2005/03/09 19:48:34 arniml --- invert level of set_sel input --- --- Revision 1.4 2005/03/08 22:07:12 arniml --- added set selection --- --- Revision 1.3 2005/02/18 06:42:14 arniml --- clarify wording for images --- --- Revision 1.2 2005/02/16 18:54:39 arniml --- added tri-state drivers for spi outputs --- --- Revision 1.1 2005/02/08 20:41:32 arniml --- initial check-in --- --------------------------------------------------------------------------------
chip-sd-a.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: chip-minimal-c.vhd =================================================================== --- chip-minimal-c.vhd (revision 74) +++ chip-minimal-c.vhd (revision 77) @@ -2,7 +2,7 @@ -- -- SD/MMC Bootloader -- --- $Id: chip-minimal-c.vhd,v 1.1 2005-02-08 20:41:32 arniml Exp $ +-- $Id$ -- -------------------------------------------------------------------------------
chip-minimal-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: chip-sd-c.vhd =================================================================== --- chip-sd-c.vhd (revision 74) +++ chip-sd-c.vhd (revision 77) @@ -2,7 +2,7 @@ -- -- SD/MMC Bootloader -- --- $Id: chip-sd-c.vhd,v 1.1 2005-02-08 20:41:33 arniml Exp $ +-- $Id$ -- -------------------------------------------------------------------------------
chip-sd-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot_pack-p.vhd =================================================================== --- spi_boot_pack-p.vhd (revision 74) +++ spi_boot_pack-p.vhd (revision 77) @@ -2,7 +2,7 @@ -- -- SD/MMC Bootloader -- --- $Id: spi_boot_pack-p.vhd,v 1.1 2005-02-08 20:41:33 arniml Exp $ +-- $Id$ -- ------------------------------------------------------------------------------- @@ -42,10 +42,3 @@ end; end spi_boot_pack; - - -------------------------------------------------------------------------------- --- File History: --- --- $Log: not supported by cvs2svn $ --------------------------------------------------------------------------------
spi_boot_pack-p.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_counter-c.vhd =================================================================== --- spi_counter-c.vhd (revision 74) +++ spi_counter-c.vhd (revision 77) @@ -2,7 +2,7 @@ -- -- SD/MMC Bootloader -- --- $Id: spi_counter-c.vhd,v 1.1 2005-02-08 20:41:33 arniml Exp $ +-- $Id$ -- -------------------------------------------------------------------------------
spi_counter-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_counter.vhd =================================================================== --- spi_counter.vhd (revision 74) +++ spi_counter.vhd (revision 77) @@ -3,7 +3,7 @@ -- SD/MMC Bootloader -- Generic counter module -- --- $Id: spi_counter.vhd,v 1.2 2007-02-25 18:24:12 arniml Exp $ +-- $Id$ -- -- Copyright (c) 2005, Arnim Laeuger (arniml@opencores.org) -- @@ -103,13 +103,3 @@ cnt_o <= std_logic_vector(cnt_q); end rtl; - - -------------------------------------------------------------------------------- --- File History: --- --- $Log: not supported by cvs2svn $ --- Revision 1.1 2005/02/08 20:41:33 arniml --- initial check-in --- --------------------------------------------------------------------------------
spi_counter.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: chip-mmc-a.vhd =================================================================== --- chip-mmc-a.vhd (revision 74) +++ chip-mmc-a.vhd (revision 77) @@ -3,7 +3,7 @@ -- SD/MMC Bootloader -- Chip toplevel design with MMC feature set -- --- $Id: chip-mmc-a.vhd,v 1.7 2007-08-06 23:31:42 arniml Exp $ +-- $Id$ -- -- Copyright (c) 2005, Arnim Laeuger (arniml@opencores.org) -- @@ -143,28 +143,3 @@ 'Z'; end mmc; - - -------------------------------------------------------------------------------- --- File History: --- --- $Log: not supported by cvs2svn $ --- Revision 1.6 2005/04/07 20:44:23 arniml --- add new port detached_o --- --- Revision 1.5 2005/03/09 19:48:34 arniml --- invert level of set_sel input --- --- Revision 1.4 2005/03/08 22:07:12 arniml --- added set selection --- --- Revision 1.3 2005/02/18 06:42:13 arniml --- clarify wording for images --- --- Revision 1.2 2005/02/16 18:54:39 arniml --- added tri-state drivers for spi outputs --- --- Revision 1.1 2005/02/08 20:41:32 arniml --- initial check-in --- --------------------------------------------------------------------------------
chip-mmc-a.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: chip-mmc-c.vhd =================================================================== --- chip-mmc-c.vhd (revision 74) +++ chip-mmc-c.vhd (revision 77) @@ -2,7 +2,7 @@ -- -- SD/MMC Bootloader -- --- $Id: chip-mmc-c.vhd,v 1.1 2005-02-08 20:41:32 arniml Exp $ +-- $Id$ -- -------------------------------------------------------------------------------
chip-mmc-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot-c.vhd =================================================================== --- spi_boot-c.vhd (revision 74) +++ spi_boot-c.vhd (revision 77) @@ -2,7 +2,7 @@ -- -- SD/MMC Bootloader -- --- $Id: spi_boot-c.vhd,v 1.2 2005-02-18 06:42:11 arniml Exp $ +-- $Id$ -- -------------------------------------------------------------------------------
spi_boot-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot.vhd =================================================================== --- spi_boot.vhd (revision 74) +++ spi_boot.vhd (revision 77) @@ -2,7 +2,7 @@ -- -- SD/MMC Bootloader -- --- $Id: spi_boot.vhd,v 1.11 2007-08-08 00:39:10 arniml Exp $ +-- $Id$ -- -- Copyright (c) 2005, Arnim Laeuger (arniml@opencores.org) -- @@ -949,41 +949,3 @@ '1'; end rtl; - - -------------------------------------------------------------------------------- --- File History: --- --- $Log: not supported by cvs2svn $ --- Revision 1.10 2007/08/06 23:31:05 arniml --- enlarge set_sel_i input to fill all upper bits of the 32 bit address vector --- --- Revision 1.9 2007/02/25 18:24:12 arniml --- fix type handling of resets --- --- Revision 1.8 2006/09/11 23:03:36 arniml --- disable outputs with reset --- --- Revision 1.7 2005/04/07 20:44:23 arniml --- add new port detached_o --- --- Revision 1.6 2005/03/09 19:48:34 arniml --- invert level of set_sel input --- --- Revision 1.5 2005/03/08 22:07:12 arniml --- added set selection --- --- Revision 1.4 2005/02/18 06:42:08 arniml --- clarify wording for images --- --- Revision 1.3 2005/02/16 18:59:10 arniml --- include output enable control for SPI outputs --- --- Revision 1.2 2005/02/13 17:25:51 arniml --- major update to fix several problems --- configuration/data download of multiple sets works now --- --- Revision 1.1 2005/02/08 20:41:33 arniml --- initial check-in --- --------------------------------------------------------------------------------
spi_boot.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property

powered by: WebSVN 2.1.0

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