From 612129455094d2b20b51120076b6957f70877e1d Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Thu, 19 Jul 2012 16:48:09 -0700 Subject: [PATCH] Moved BSDL requirement to "program" requirements. --- hardware/jellybean/sgpio_if/README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/hardware/jellybean/sgpio_if/README.md b/hardware/jellybean/sgpio_if/README.md index 2f9a062e..f225f37b 100644 --- a/hardware/jellybean/sgpio_if/README.md +++ b/hardware/jellybean/sgpio_if/README.md @@ -1,4 +1,3 @@ - CPLD interface between LPC43xx microcontroller SGPIO peripheral and MAX5864 RF codec. @@ -9,12 +8,6 @@ To build this VHDL project and produce an SVF file for flashing the CPLD: * Xilinx WebPACK 13.4 for Windows or Linux. -* BSDL model files for Xilinx CoolRunner-II XC264A, available at xilinx.com, - in the "Device Models" Support Resources section of the CoolRunner-II - Product Support & Documentation page. Only one file from the BSDL package is - required, and the "program" script below expects it to be at the relative - path "bsdl/xc2c/xc2c64.bsd". - To program the SVF file into the CPLD: * Dangerous Prototypes Bus Blaster v2: @@ -23,6 +16,12 @@ To program the SVF file into the CPLD: * urJTAG built with libftdi support. +* BSDL model files for Xilinx CoolRunner-II XC264A, available at xilinx.com, + in the "Device Models" Support Resources section of the CoolRunner-II + Product Support & Documentation page. Only one file from the BSDL package is + required, and the "program" script below expects it to be at the relative + path "bsdl/xc2c/xc2c64.bsd". + To Program ==========