litex-hub / linux-on-litex-vexriscv

Linux on LiteX-VexRiscv
BSD 2-Clause "Simplified" License
553 stars 174 forks source link

soc_linux.py: Add interrupt switches #242

Closed Meet909 closed 2 years ago

Meet909 commented 2 years ago

That PR adds interrupt to switches in soc_linux.py and is associated with issue: https://github.com/litex-hub/linux-on-litex-vexriscv/issues/239

geertu commented 2 years ago

Thank you, that's similar to my change in https://github.com/enjoy-digital/litex/pull/854#issuecomment-873083986 Unfortunately I still couldn't get interrupts to work on OrangeCrab. I assume it is working on your Arty? Thanks!

enjoy-digital commented 2 years ago

Thanks @MateuszKosmala, this has been merged.