aboutsummaryrefslogtreecommitdiffstats
path: root/opencores/spi_boot/rtl/vhdl/chip-sd-c.vhd
diff options
context:
space:
mode:
Diffstat (limited to 'opencores/spi_boot/rtl/vhdl/chip-sd-c.vhd')
-rw-r--r--opencores/spi_boot/rtl/vhdl/chip-sd-c.vhd19
1 files changed, 19 insertions, 0 deletions
diff --git a/opencores/spi_boot/rtl/vhdl/chip-sd-c.vhd b/opencores/spi_boot/rtl/vhdl/chip-sd-c.vhd
new file mode 100644
index 000000000..91e41ddfb
--- /dev/null
+++ b/opencores/spi_boot/rtl/vhdl/chip-sd-c.vhd
@@ -0,0 +1,19 @@
+-------------------------------------------------------------------------------
+--
+-- SD/MMC Bootloader
+--
+-- $Id: chip-sd-c.vhd,v 1.1 2005/02/08 20:41:33 arniml Exp $
+--
+-------------------------------------------------------------------------------
+
+configuration chip_sd_c0 of chip is
+
+ for sd
+
+ for spi_boot_b : spi_boot
+ use configuration work.spi_boot_rtl_c0;
+ end for;
+
+ end for;
+
+end chip_sd_c0;