diff --git a/README.md b/README.md index 282f773ed0c0c2bffbb814ea797ec75f45c71441..f8d0b77a26bf3d3a2ec36d3004c2cf56bde8a898 100644 --- a/README.md +++ b/README.md @@ -59,13 +59,15 @@ Synthesis: Altera Quartus synthesis files How to generate a new programming file: -1) Edit chameleon_V2.xls in order to set new revision (Page "Content", minor revision in C8, major revision in C7) and close xls +1) Copy Synthesis/quartus.ini file in Quartus installation folder /quartus/bin64/ in order to support EPCS32 serial flash devices -2) call cham2.bat for hex file generation +2) Edit chameleon_V2.xls in order to set new revision (Page "Content", minor revision in C8, major revision in C7) and close xls -3) Edit Synthesis/gen_programming_files.tcl and change programming file name to new revision in variable PROJECT_RELEASE_NAM "16A025-00_MM_mm" +3) call cham2.bat for hex file generation -4) open A25_top.qpf in Quartus 15.1 +4) Edit Synthesis/gen_programming_files.tcl and change programming file name to new revision in variable PROJECT_RELEASE_NAM "16A025-00_MM_mm" -5) Run synthesis: if successful, new files with name 16A025-00_MM_mm will be generated in Synthesis/fpga_files +5) open A25_top.qpf in Quartus 15.1 + +6) Run synthesis: if successful, new files with name 16A025-00_MM_mm will be generated in Synthesis/fpga_files