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
    /
    from Rev 76 to Rev 77
    Reverse comparison

Rev 76 → Rev 77

/spi_boot/trunk/bench/vhdl/tb_pack-p.vhd
2,7 → 2,7
--
-- SD/MMC Bootloader
--
-- $Id: tb_pack-p.vhd,v 1.2 2005-03-08 22:06:39 arniml Exp $
-- $Id$
--
-------------------------------------------------------------------------------
 
78,13 → 78,3
end to_string;
 
end tb_pack;
 
 
-------------------------------------------------------------------------------
-- File History:
--
-- $Log: not supported by cvs2svn $
-- Revision 1.1 2005/02/08 21:09:20 arniml
-- initial check-in
--
-------------------------------------------------------------------------------
spi_boot/trunk/bench/vhdl/tb_pack-p.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/bench/vhdl/tb_elem-mmc-c.vhd =================================================================== --- spi_boot/trunk/bench/vhdl/tb_elem-mmc-c.vhd (revision 76) +++ spi_boot/trunk/bench/vhdl/tb_elem-mmc-c.vhd (revision 77) @@ -2,7 +2,7 @@ -- -- SD/MMC Bootloader -- --- $Id: tb_elem-mmc-c.vhd,v 1.1 2005-02-08 21:09:20 arniml Exp $ +-- $Id$ -- -------------------------------------------------------------------------------
spi_boot/trunk/bench/vhdl/tb_elem-mmc-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/bench/vhdl/tb_rl-c.vhd =================================================================== --- spi_boot/trunk/bench/vhdl/tb_rl-c.vhd (revision 76) +++ spi_boot/trunk/bench/vhdl/tb_rl-c.vhd (revision 77) @@ -2,7 +2,7 @@ -- -- SD/MMC Bootloader -- --- $Id: tb_rl-c.vhd,v 1.1 2005-04-10 18:07:26 arniml Exp $ +-- $Id$ -- -------------------------------------------------------------------------------
spi_boot/trunk/bench/vhdl/tb_rl-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/bench/vhdl/tb_rl.vhd =================================================================== --- spi_boot/trunk/bench/vhdl/tb_rl.vhd (revision 76) +++ spi_boot/trunk/bench/vhdl/tb_rl.vhd (revision 77) @@ -3,7 +3,7 @@ -- SD/MMC Bootloader -- Testbench for ram_loader -- --- $Id: tb_rl.vhd,v 1.1 2005-04-10 18:07:25 arniml Exp $ +-- $Id$ -- -- Copyright (c) 2005, Arnim Laeuger (arniml@opencores.org) -- @@ -247,10 +247,3 @@ end process eos; end behav; - - -------------------------------------------------------------------------------- --- File History: --- --- $Log: not supported by cvs2svn $ --------------------------------------------------------------------------------
spi_boot/trunk/bench/vhdl/tb_rl.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/bench/vhdl/tb-c.vhd =================================================================== --- spi_boot/trunk/bench/vhdl/tb-c.vhd (revision 76) +++ spi_boot/trunk/bench/vhdl/tb-c.vhd (revision 77) @@ -2,7 +2,7 @@ -- -- SD/MMC Bootloader -- --- $Id: tb-c.vhd,v 1.1 2005-02-08 21:09:20 arniml Exp $ +-- $Id$ -- -------------------------------------------------------------------------------
spi_boot/trunk/bench/vhdl/tb-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/bench/vhdl/tb.vhd =================================================================== --- spi_boot/trunk/bench/vhdl/tb.vhd (revision 76) +++ spi_boot/trunk/bench/vhdl/tb.vhd (revision 77) @@ -3,7 +3,7 @@ -- SD/MMC Bootloader -- Testbench -- --- $Id: tb.vhd,v 1.1 2005-02-08 21:09:20 arniml Exp $ +-- $Id$ -- -- Copyright (c) 2005, Arnim Laeuger (arniml@opencores.org) -- @@ -189,10 +189,3 @@ end process eos; end behav; - - -------------------------------------------------------------------------------- --- File History: --- --- $Log: not supported by cvs2svn $ --------------------------------------------------------------------------------
spi_boot/trunk/bench/vhdl/tb.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/bench/vhdl/tb_elem-full-c.vhd =================================================================== --- spi_boot/trunk/bench/vhdl/tb_elem-full-c.vhd (revision 76) +++ spi_boot/trunk/bench/vhdl/tb_elem-full-c.vhd (revision 77) @@ -2,7 +2,7 @@ -- -- SD/MMC Bootloader -- --- $Id: tb_elem-full-c.vhd,v 1.1 2005-02-08 21:09:20 arniml Exp $ +-- $Id$ -- -------------------------------------------------------------------------------
spi_boot/trunk/bench/vhdl/tb_elem-full-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/bench/vhdl/tb_elem.vhd =================================================================== --- spi_boot/trunk/bench/vhdl/tb_elem.vhd (revision 76) +++ spi_boot/trunk/bench/vhdl/tb_elem.vhd (revision 77) @@ -3,7 +3,7 @@ -- SD/MMC Bootloader -- Generic testbench element for a specific feature set -- --- $Id: tb_elem.vhd,v 1.7 2005-04-07 20:43:36 arniml Exp $ +-- $Id$ -- -- Copyright (c) 2005, Arnim Laeuger (arniml@opencores.org) -- @@ -346,28 +346,3 @@ ----------------------------------------------------------------------------- end behav; - - -------------------------------------------------------------------------------- --- File History: --- --- $Log: not supported by cvs2svn $ --- Revision 1.6 2005/03/09 19:48:04 arniml --- make verbosity level switchable --- --- Revision 1.5 2005/03/08 22:06:21 arniml --- added set selection --- --- Revision 1.4 2005/02/17 18:59:23 arniml --- clarify wording for images --- --- Revision 1.3 2005/02/16 19:34:56 arniml --- add weak pull-ups for SPI lines --- --- Revision 1.2 2005/02/13 17:14:03 arniml --- change dat_done handling --- --- Revision 1.1 2005/02/08 21:09:20 arniml --- initial check-in --- --------------------------------------------------------------------------------
spi_boot/trunk/bench/vhdl/tb_elem.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/bench/vhdl/card-c.vhd =================================================================== --- spi_boot/trunk/bench/vhdl/card-c.vhd (revision 76) +++ spi_boot/trunk/bench/vhdl/card-c.vhd (revision 77) @@ -2,7 +2,7 @@ -- -- SD/MMC Bootloader -- --- $Id: card-c.vhd,v 1.1 2005-02-08 21:09:18 arniml Exp $ +-- $Id$ -- -------------------------------------------------------------------------------
spi_boot/trunk/bench/vhdl/card-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/bench/vhdl/card.vhd =================================================================== --- spi_boot/trunk/bench/vhdl/card.vhd (revision 76) +++ spi_boot/trunk/bench/vhdl/card.vhd (revision 77) @@ -3,7 +3,7 @@ -- SD/MMC Bootloader -- Simple SD and MMC model -- --- $Id: card.vhd,v 1.2 2005-02-13 17:06:22 arniml Exp $ +-- $Id$ -- -- Copyright (c) 2005, Arnim Laeuger (arniml@opencores.org) -- @@ -431,13 +431,3 @@ 'Z'; end behav; - - -------------------------------------------------------------------------------- --- File History: --- --- $Log: not supported by cvs2svn $ --- Revision 1.1 2005/02/08 21:09:20 arniml --- initial check-in --- --------------------------------------------------------------------------------
spi_boot/trunk/bench/vhdl/card.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/bench/vhdl/tb_elem-minimal-c.vhd =================================================================== --- spi_boot/trunk/bench/vhdl/tb_elem-minimal-c.vhd (revision 76) +++ spi_boot/trunk/bench/vhdl/tb_elem-minimal-c.vhd (revision 77) @@ -2,7 +2,7 @@ -- -- SD/MMC Bootloader -- --- $Id: tb_elem-minimal-c.vhd,v 1.1 2005-02-08 21:09:20 arniml Exp $ +-- $Id$ -- -------------------------------------------------------------------------------
spi_boot/trunk/bench/vhdl/tb_elem-minimal-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/bench/vhdl/tb_elem-sd-c.vhd =================================================================== --- spi_boot/trunk/bench/vhdl/tb_elem-sd-c.vhd (revision 76) +++ spi_boot/trunk/bench/vhdl/tb_elem-sd-c.vhd (revision 77) @@ -2,7 +2,7 @@ -- -- SD/MMC Bootloader -- --- $Id: tb_elem-sd-c.vhd,v 1.1 2005-02-08 21:09:20 arniml Exp $ +-- $Id$ -- -------------------------------------------------------------------------------
spi_boot/trunk/bench/vhdl/tb_elem-sd-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/rtl/vhdl/chip-full-a.vhd =================================================================== --- spi_boot/trunk/rtl/vhdl/chip-full-a.vhd (revision 76) +++ spi_boot/trunk/rtl/vhdl/chip-full-a.vhd (revision 77) @@ -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 --- --------------------------------------------------------------------------------
spi_boot/trunk/rtl/vhdl/chip-full-a.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/rtl/vhdl/sample/ram_loader-c.vhd =================================================================== --- spi_boot/trunk/rtl/vhdl/sample/ram_loader-c.vhd (revision 76) +++ spi_boot/trunk/rtl/vhdl/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
spi_boot/trunk/rtl/vhdl/sample/ram_loader-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/rtl/vhdl/sample/ram_loader.vhd =================================================================== --- spi_boot/trunk/rtl/vhdl/sample/ram_loader.vhd (revision 76) +++ spi_boot/trunk/rtl/vhdl/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) --
spi_boot/trunk/rtl/vhdl/sample/ram_loader.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/rtl/vhdl/chip-full-c.vhd =================================================================== --- spi_boot/trunk/rtl/vhdl/chip-full-c.vhd (revision 76) +++ spi_boot/trunk/rtl/vhdl/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$ -- -------------------------------------------------------------------------------
spi_boot/trunk/rtl/vhdl/chip-full-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/rtl/vhdl/chip-e.vhd =================================================================== --- spi_boot/trunk/rtl/vhdl/chip-e.vhd (revision 76) +++ spi_boot/trunk/rtl/vhdl/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 --- --------------------------------------------------------------------------------
spi_boot/trunk/rtl/vhdl/chip-e.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/rtl/vhdl/chip-minimal-a.vhd =================================================================== --- spi_boot/trunk/rtl/vhdl/chip-minimal-a.vhd (revision 76) +++ spi_boot/trunk/rtl/vhdl/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 --- --------------------------------------------------------------------------------
spi_boot/trunk/rtl/vhdl/chip-minimal-a.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/rtl/vhdl/chip-sd-a.vhd =================================================================== --- spi_boot/trunk/rtl/vhdl/chip-sd-a.vhd (revision 76) +++ spi_boot/trunk/rtl/vhdl/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 --- --------------------------------------------------------------------------------
spi_boot/trunk/rtl/vhdl/chip-sd-a.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/rtl/vhdl/chip-minimal-c.vhd =================================================================== --- spi_boot/trunk/rtl/vhdl/chip-minimal-c.vhd (revision 76) +++ spi_boot/trunk/rtl/vhdl/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$ -- -------------------------------------------------------------------------------
spi_boot/trunk/rtl/vhdl/chip-minimal-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/rtl/vhdl/chip-sd-c.vhd =================================================================== --- spi_boot/trunk/rtl/vhdl/chip-sd-c.vhd (revision 76) +++ spi_boot/trunk/rtl/vhdl/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$ -- -------------------------------------------------------------------------------
spi_boot/trunk/rtl/vhdl/chip-sd-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/rtl/vhdl/spi_boot_pack-p.vhd =================================================================== --- spi_boot/trunk/rtl/vhdl/spi_boot_pack-p.vhd (revision 76) +++ spi_boot/trunk/rtl/vhdl/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/trunk/rtl/vhdl/spi_boot_pack-p.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/rtl/vhdl/spi_counter-c.vhd =================================================================== --- spi_boot/trunk/rtl/vhdl/spi_counter-c.vhd (revision 76) +++ spi_boot/trunk/rtl/vhdl/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_boot/trunk/rtl/vhdl/spi_counter-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/rtl/vhdl/spi_counter.vhd =================================================================== --- spi_boot/trunk/rtl/vhdl/spi_counter.vhd (revision 76) +++ spi_boot/trunk/rtl/vhdl/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_boot/trunk/rtl/vhdl/spi_counter.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/rtl/vhdl/chip-mmc-a.vhd =================================================================== --- spi_boot/trunk/rtl/vhdl/chip-mmc-a.vhd (revision 76) +++ spi_boot/trunk/rtl/vhdl/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 --- --------------------------------------------------------------------------------
spi_boot/trunk/rtl/vhdl/chip-mmc-a.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/rtl/vhdl/chip-mmc-c.vhd =================================================================== --- spi_boot/trunk/rtl/vhdl/chip-mmc-c.vhd (revision 76) +++ spi_boot/trunk/rtl/vhdl/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$ -- -------------------------------------------------------------------------------
spi_boot/trunk/rtl/vhdl/chip-mmc-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/rtl/vhdl/spi_boot-c.vhd =================================================================== --- spi_boot/trunk/rtl/vhdl/spi_boot-c.vhd (revision 76) +++ spi_boot/trunk/rtl/vhdl/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/trunk/rtl/vhdl/spi_boot-c.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/rtl/vhdl/spi_boot.vhd =================================================================== --- spi_boot/trunk/rtl/vhdl/spi_boot.vhd (revision 76) +++ spi_boot/trunk/rtl/vhdl/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/trunk/rtl/vhdl/spi_boot.vhd Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/COMPILE_LIST =================================================================== --- spi_boot/trunk/COMPILE_LIST (revision 76) +++ spi_boot/trunk/COMPILE_LIST (revision 77) @@ -1,7 +1,7 @@ Compile list for the spi_boot core ================================== -Version: $Date: 2005-04-14 21:26:22 $ +Version: $Id$ bench/vhdl/tb.vhd rtl/vhdl/spi_boot_pack-p.vhd
spi_boot/trunk/COMPILE_LIST Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/KNOWN_BUGS =================================================================== --- spi_boot/trunk/KNOWN_BUGS (revision 76) +++ spi_boot/trunk/KNOWN_BUGS (revision 77) @@ -1,8 +1,7 @@ Known bugs of the spi_boot core =============================== -Version: $Date: 2007-08-08 00:40:46 $ -$Name: not supported by cvs2svn $ +Version: $Id$ Release 3.1, Rev C
spi_boot/trunk/KNOWN_BUGS Property changes : Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: spi_boot/trunk/README =================================================================== --- spi_boot/trunk/README (revision 76) +++ spi_boot/trunk/README (revision 77) @@ -1,8 +1,7 @@ README for the spi_boot core ============================ -Version: $Date: 2007-08-08 22:55:46 $ -$Name: not supported by cvs2svn $ +Version: $Id$ Description
spi_boot/trunk/README 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.