Title: Glasgow Interface Explorer
date: 2024-07-06
ARMLFS has a build of the FPGA toolchain needed for using the [glasgow](https://glasgow-embedded.org/), plus
other core dependencies.
Do this first:
pacman -S python-libusb1 yosys nextpnr-ice40
Then follow the instructions for Arch at [glasgow-embedded.org](https://glasgow-embedded.org/latest/install.html),
though you can skip install of the builtin toolchain, like so:
pipx install -e 'glasgow/software'
Happy Hacking :)