Intel® SoC FPGA Embedded Development Suite
Support for SoC FPGA Software Development, SoC FPGA HPS Architecture, HPS SoC Boot and Configuration, Operating Systems
445 Discussions

Custom component with more the one register

IOzan
Beginner
673 Views

Hi,

 I'm trying to build a custom component and for that I'm using the "Making Qsys Components" Altera's documentation (attached herewith).

Everything is working as expected except the address that set for only one 32bits register (0x00000000 to 0x00000003) instead of four registers  (0x00000000 to 0x0000000C, as in Figure 34).

How can I define and allocate more registers in the Avalon interface?

Thanks,

Idan 

0 Kudos
1 Reply
AnandRaj_S_Intel
Employee
454 Views

Hi Idan,

 

The address span of the bridge is automatically calculated based on the address range of all the components connected to it. 

To change the address span you can edit the .tcl file and set explicitAddressSpan to value you required.

 

Regards

Anand

0 Kudos
Reply