Cyclone 10 LP KIT - Ethernet MAC and RAM byte-level access
Hello,
I am a beginner in the Quartus environment and FPGAs in general, trying to figure out how to get byte-level operations from the IPcores for the Ethernet PHY (XWAY PHY11G) and the onboard RAM of the Cyclone 10 LP kit.
I have tried the Ethernet MAC project
but I did not manage to "interface" the input/output with my custom Verilog code.
The same is with the Hyperbus RAM. There is an example
but I cannot figure out how to use the RAM independently, without the NIOS-II soft processor.
May someone advise how to "extract" the byte-level operations from the Ethernet MAC and the Hyperbus RAM IPcores, without any additional code and automation scripts?
I need to receive Ethernet frames and store them in the memory. I imagine to have access to all the necessary clock/strobes and implement my logic in Verilog, without any soft-cores and high-level abstractions.
Thank you in advance!