Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12600 Discussions

AXI Transaction Timing in HPS busses

Altera_Forum
Honored Contributor II
1,027 Views

I'm hoping that someone could help me out here in figuring out how atomic accesses are processed in Linux when accessing the lightweight bus. As an example: 

 

The lightweight bus is running at 60 MHz, and the HPS at 800 MHz, with an L3 bus speed of 185 MHz. Supposing I do a single register read of a memory-mapped register, doesn't this mean that the thread will be blocked for at least (n * 60MHz) clock cycles? And does this mean that the kernel is also blocked, or is the Linux kernel able to run other threads doing other L3 device memory accesses until the read is done? I know that on an RTOS these reads would be atomic, and definitely would block the kernel until complete. 

 

If someone knows where in the ARM kernel code the memory accesses are defined, I can probably work it out from there as well. 

 

Thanks!
0 Kudos
0 Replies
Reply