From 70aaddd0e357cdc7cad00ca4242f7f205d58e297 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Thu, 27 May 2021 07:26:24 +0200 Subject: [PATCH] README: update intel section. Add rbf and a note for compression --- README.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 588033b..1ea4baf 100644 --- a/README.md +++ b/README.md @@ -293,26 +293,31 @@ allowed values are: -### CYC1000, DE0, de0nano +### Intel/Altera: CYC1000, DE0, de0nano #### loading in memory: +`SVF` and `RBF` files are supported: + sof to svf generation: ```bash quartus_cpf -c -q -g 3.3 -n 12.0MHz p project_name.sof project_name.svf ``` +sof to rbf generation: +```bash +quartus_cpf --option=bitstream_compression=off -c project_name.sof project_name.rbf +``` + +**Warning: as mentionned in `cyclone` handbooks, real-time decompression is not +supported by FPGA in JTAG mode. Keep in mind to disable this option.** + file load: ```bash -openFPGALoader -b cyc1000 project_name.svf -``` - -```bash -openFPGALoader -b de0 -b project_name.svf -``` - -```bash -openFPGALoader -b de0nano -b project_name.svf +openFPGALoader -b boardname project_name.svf +# or +openFPGALoader -b boardname project_name.rbf ``` +with `boardname` = `de0`, `cyc1000`, `de0nano`, `de0nanoSoc` or `qmtechCycloneV` #### SPI flash: sof to rpd: