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

how to Access to Register of a new component in Qsys?

KBill3
Beginner
718 Views

Hello,

 

i added a new component in Qsys Project, it is an adder-block with 2 Inputs and one Output.

 

Through the ds-5 Debugger, i want to Access to the These two Inputs and one Output using their own Register. The Problem is : how can i find their Registers and how to give some Input values?

 

Thanks in Advance.

 

Billel

0 Kudos
1 Reply
EBERLAZARE_I_Intel
398 Views

Hi,

 

Here is an example design that demonstrate the development of a custom logic component, writing the register SVD file, integrate it into the system, and eventually expose the custom logic’s registers in the DS-5 debug perspective, here:

https://rocketboards.org/foswiki/Projects/UsingCMSISWithCustomFPGALogic

 

More info on .svd files:

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_soc_eds.pdf#page=10

 

Here is a Simple DS-5 debug tutorial for your reference that demonstrate to debug a simple Hello World:

https://software.intel.com/en-us/node/720361

 

Regards.

0 Kudos
Reply