Severson-Group / AMDC-Firmware

Embedded system code (C and Verilog) which runs the AMDC Hardware
http://docs.amdc.dev/firmware
BSD 3-Clause "New" or "Revised" License
30 stars 5 forks source link

Generating interrupts in processor from FPGA #324

Open npetersen2 opened 9 months ago

npetersen2 commented 9 months ago
npetersen2 commented 9 months ago

@abhipriyabansal had a draft of this here: https://github.com/Severson-Group/AMDC-Firmware/pull/318

npetersen2 commented 9 months ago

@annikaolson here is a nice tutorial on how to configure interrupts from the PL to the PS:

https://github.com/k0nze/zedboard_pl_to_ps_interrupt_example

npetersen2 commented 7 months ago

On hold until @codecubepi finishes up the FreeRTOS codebase port.