FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
5930 Discussions

How could we know the address or offset of registers in N3000-2 and access or modify them?

ahaa
Beginner
354 Views

We want to access the registers of N3000-2 board with dpdk or some other methods, but we don't know base address or offset of registers. We found some addresses in Factory_Image nlb_lpbk.sv(picture reg.png) and the example of hello_afu.c or hello_fpga.c, but we dont know whether the address of scratch_reg is same with Factory_Image or hello_afu.


In one word, we would like to know the address and offset of scratch_reg which we could use in our work, and we could access and modify it as we want.


Anyone knows how should we do or any solutions could be provided?


Thank you very much!

0 Kudos
1 Reply
JonWay_C_Intel
Employee
316 Views

The scratchpad register offset is defined by you in your RTL. Thus it is not the same in NLB vs Factory vs hello_afu.

 

 

 

 

0 Kudos
Reply