Forum Discussion
LYGOOI
New Contributor
6 months agoThe script for Windows 11 is ready, and attached in this article.
1. Update the required_files_win11.txt based on your system's Windows installation directory and Quartus installation directory paths.
2. Run generate_md5.bat (as shown below)
> generate_md5.bat required_files_win11.txt my_md5.txt
3. This will produce my_md5.txt
4. Run file compare
> fc required_files_win11_md5.txt my_md5.txt
5. This will report the lines that are different between the two files.
6. Please share your results with us.
Alternatively, you can also use Listdlls.exe (link).
1. Enter Nios V Shell
2. Run Listdlls.exe
> Listdlls.exe quartus_py > my_raw.txt
3. Run file compare
> fc required_files_win11_raw.txt my_raw.txt
Regards,
Liang Yu