From f55237378812e56078678fdcc74fd28de22280ef Mon Sep 17 00:00:00 2001 From: Nathan Doyle Date: Mon, 25 Nov 2019 21:04:06 -0800 Subject: [PATCH] Updated URL to ISE Design Suite 14.7 --- Firmware/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Firmware/README.md b/Firmware/README.md index 615d603..8e0d977 100644 --- a/Firmware/README.md +++ b/Firmware/README.md @@ -4,7 +4,7 @@ The main reason you cant just copy a Genine Xenium is because the CPLD is read protected so I reverse engineered the whole things from scratch. This was a significant effort so I ask that you read and respect the [open source license](https://github.com/Ryzee119/OpenXenium/blob/master/Firmware/LICENSE) that this is released under. - * Download and install [ISE Design Suite 14.7](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/design-tools.html). + * Download and install [ISE Design Suite 14.7](https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/vivado-design-tools/archive-ise.html). * Check this for a Windows 10 fix [https://www.xilinx.com/support/answers/62380.html](https://www.xilinx.com/support/answers/62380.html). * And maybe this if you encounter other issues [https://www.xilinx.com/support/answers/68433.html](https://www.xilinx.com/support/answers/68433.html). * Open `OpenXenium.xise` with ISE Design Suite then *Process>Implement Top Module* to synthesize the VHDL. @@ -12,4 +12,4 @@ This is technically compatible with a Genuine Xenium device, however you should only consider overwriting the CPLD if you are 100% certain you *need* to (i.e. the legacy CPLD is fried and you replace it with a new one). Once the original CPLD is erased it cannot ever be recovered and I'm certain this remake is not 100% identical.
-By Ryzee119 \ No newline at end of file +By Ryzee119