LatticeMicoSystem: How do I generate LatticeMico8 executable ".mem" file?SupportArticlePage4ce561de-7301-4c0b-89ad-0c0ac46d102fFAQ/Support/AnswerDatabase/1/4/4/1443https://edge.sitecorecloud.io/latticesemi9e32-latticesemi06bb-prod9ecc-d341/media/Project/Lattice/LatticeSemi/Images/SearchThumbnails/FAQ.png?sc_lang=enOne can generate the .mem file by running the lm8 deployment tool once you compile and link your source code. The deployment tool is a Perl script that extracts the LatticeMico8 executable program from the .elf file. Use the following command to generate the .mem file: #perl lm8-deployer.pl One must ensure that your present working directory should contain both lm8-deployer.pl and the .elf file. If the path to bin_to_verilog.exe is not set properly, then .mem file will not be generated.