updated wiki url
[debian/gnuradio] / usrp2 / fpga / opencores / spi_boot / rtl / vhdl / chip-minimal-c.vhd
1 -------------------------------------------------------------------------------
2 --
3 -- SD/MMC Bootloader
4 --
5 -- $Id: chip-minimal-c.vhd,v 1.1 2005/02/08 20:41:32 arniml Exp $
6 --
7 -------------------------------------------------------------------------------
8
9 configuration chip_minimal_c0 of chip is
10
11   for minimal
12
13     for spi_boot_b : spi_boot
14       use configuration work.spi_boot_rtl_c0;
15     end for;
16
17   end for;
18
19 end chip_minimal_c0;