Hello, I'm trying to take in user input from a C program on an AWS F1 instance.
I'm using the HDK example which does some simple Virtual LED and DIP switch testing reading in from registers.
I'm wondering how to leverage the AXI Lite/PCIe interface here to take in two integers, add them, and push back to the C program.
AWS suggests using Virtual Ethernet for this but I'm hoping there is a simpler path.
Thanks!