>hope you got it working, we have used it also in some projects, there is small quartus IP available (will be made available).
OK,I would like to review it.
Use the fast serial mode to connect to an Avalon master via bytes_to_packets and packets_to_bytes IP. Attached is an example using python to control the LEDS on the board.
Here is the PDF:
1. Load the CYC1000 to FPGA
2. in the project is python directory. It is coded to use Linux and the serial interface '/dev/ttyUSB0' if the interface different edit the code.
example: python3 avalon_loopback_serial.py
The app walks a '1' across the LEDs
It would be helpful to have a faster SDRAM interface example, for example, add SDRAM to the master using 133Mhz or 100Mhz, using Platform designer. The end goal is use a Risc-V core instead of NIOS II, the free version of Quartus does not support cache, floating point etc for NIOS II.