SKon1
Occasional Contributor
5 years agoTri-Speed Ethernet IP - accessing "Command_Config Register"
Hello,
I'm using the Tri-Speed Ethernet IP on an Arria V FPGA.
The core has a 16 bit wide data Avalon MM Lite bus that allows access to internal registers.
However, some registers are 32 bits wide ( not 16 as the Avalon bus width ).
For example: "Command_Config Register" at page 85 :
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_ethernet.pdf
The register address is 0x2 and it's 32 bits wide.
I assume that if I access address 0x2 over the Avalon bus I'd get bits 15:0.
How can I access bits 31:16 ?