aboutsummaryrefslogtreecommitdiffstats
path: root/opencores/spi_boot/rtl/vhdl/chip-full-c.vhd
blob: da88552c4e657659d44841714308f4a6af014f4b (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-full-c.vhd,v 1.1 2005/02/08 20:41:31 arniml Exp $
--
-------------------------------------------------------------------------------

configuration chip_full_c0 of chip is

  for full

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

  end for;

end chip_full_c0;