aboutsummaryrefslogtreecommitdiffstats
path: root/opencores/spi_boot/rtl/vhdl/chip-mmc-c.vhd
blob: 6131013e497f771c53608500f2c412cff654ce27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
-------------------------------------------------------------------------------
--
-- SD/MMC Bootloader
--
-- $Id: chip-mmc-c.vhd,v 1.1 2005/02/08 20:41:32 arniml Exp $
--
-------------------------------------------------------------------------------

configuration chip_mmc_c0 of chip is

  for mmc

    for spi_boot_b : spi_boot
      use configuration work.spi_boot_rtl_c0;
    end for;

  end for;

end chip_mmc_c0;