URL
https://opencores.org/ocsvn/spi_boot/spi_boot/trunk
Subversion Repositories spi_boot
[/] [spi_boot/] [trunk/] [rtl/] [vhdl/] [spi_boot-c.vhd] - Rev 17
Go to most recent revision | Compare with Previous | Blame | View Log
------------------------------------------------------------------------------- -- -- SD/MMC Bootloader -- -- $Id: spi_boot-c.vhd,v 1.2 2005-02-18 06:42:11 arniml Exp $ -- ------------------------------------------------------------------------------- configuration spi_boot_rtl_c0 of spi_boot is for rtl for img_cnt for img_cnt_b : spi_counter use configuration work.spi_counter_rtl_c0; end for; end for; for mmc_cnt for mmc_cnt_b : spi_counter use configuration work.spi_counter_rtl_c0; end for; end for; end for; end spi_boot_rtl_c0;
Go to most recent revision | Compare with Previous | Blame | View Log