descriptionLiteX patch to add an option of using the Windows install of Quartus from WSL
last changeSun, 12 Apr 2026 13:31:02 +0000 (09:31 -0400)
content tags
readme

A patch to integrate Quartus Prime installed on Windows into WSL LiteX workflow.

Tested on WSL2.

Installation

If you are in the same directory as the patch file:

cd <path-to-your-litex-install>
patch -p1 < "$OLDPWD"/wsl-litex-quartus.diff

If LiteX was installed with Python venv, <path-to-your-litex-install> is <directory-with-litex_setup.py>/litex. Before installling, you might want to change the fallback for $LITEX_WIN32_QUARTUS_PATH in the patch file so you don’t have to set it on each new session (or just export the variable in venv activation script).

Environment Variables

Flags

shortlog
2026-04-12 gitfix crash caused by --win32-quartus being unset master
2026-04-12 gitREADME fix
2026-04-12 gitinitial public commit
heads
2 months ago master