AN 661: Implementing Fractional PLL Reconfiguration with Altera PLL and Altera PLL Reconfig IP Cores

ID 683640
Date 10/14/2019
Public
Document Table of Contents

1.1.1.6.1. Stitching Two .mif Files Generated by the Intel® Quartus® Prime Software

To stitch two .mif files generated by the Intel® Quartus® Prime software with a .tcl script, follow these steps:

  1. Source the merge_mif.tcl in .tcl console.
  2. Type the following command to stitch two .mif files (for example A.mif and B.mif) into output.mif.
    Command: stitch A.mif B.mif [output.mif]
    If you do not specify the optional parameter, [output.mif], the .tcl script defaults to merged.mif. In the output.mif, the content of B.mif comes after A.mif.