Arm Community
Site
Search
User
Site
Search
User
Groups
Arm Research
DesignStart
Education Hub
Graphics and Gaming
High Performance Computing
Innovation
Multimedia
Open Source Software and Platforms
Physical
Processors
Security
System
Software Tools
TrustZone for Armv8-M
中文社区
Blog
Announcements
Artificial Intelligence
Automotive
Healthcare
HPC
Infrastructure
Innovation
Internet of Things
Machine Learning
Mobile
Smart Homes
Wearables
Forums
All developer forums
IP Product forums
Tool & Software forums
Support
Open a support case
Documentation
Downloads
Training
Arm Approved program
Arm Design Reviews
Community Help
More
Cancel
Developer Community
Tools and Software
Software Tools
Jump...
Cancel
Software Tools
Arm Development Studio forum
TCM alternative in A15
Tools, Software and IDEs blog
Forums
Videos & Files
Help
Jump...
Cancel
New
Replies
3 replies
Subscribers
126 subscribers
Views
1655 views
Users
0 members are here
Related
TCM alternative in A15
Offline
Sundeep Gupta
over 7 years ago
Note: This was originally posted on 19th October 2012 at http://forums.arm.com
Hi
We want to use an A15 core for some packet processing function with a really high throughput. This means that every packet is going to cause a cache miss if we use the regular caching mechanism.
In order to avoid that, we could two things
1. Use TCMs. But these are not present in the Cortex A series. Does anyone know an alternative to this that A15 supports?
2. Stash the data directly into the L1 cache. But I could not find any information whether this is possible.
Can any one suggest what would be the best way to achieve this high throughput packet processing using A15?
Thanks
Sundeep
Offline
Peter Harris
over 7 years ago
Note: This was originally posted on 19th October 2012 at
http://forums.arm.com
TCM wouldn't solve that anyway by it self right? You still have to get the data into TCM somehow - it doesn't magically fill up with new packets. This is either done by the ARM core (so no better than loading into cache, but beneficial if you use the data in the TCM many times), or some form of DMA engine which can load the data into an unused potion of TCM while the ARM is off doing some other work.
For A15 you don't have the option of a TCM, but you have two options which work in a similar way to the TCM+DMA that I can see.
* Use cached memory, and issue "PLD" instructions or program the L2 cache preload engine "PLE" to load the data into the cache just ahead of when you need it. This moves the cache miss off the critical path, so it doesn't slow down the execution of the code your core is running.
* Alternatively you can put a DMA engine on the ACP port and use the DMA instead of the PLE to pull data into the L2 cache.
HTH,
Iso
Cancel
Up
0
Down
Reply
Cancel
Offline
Peter Harris
over 7 years ago
Note: This was originally posted on 23rd October 2012 at
http://forums.arm.com
I'm pretty sure that A15 does speculative access.
Cancel
Up
0
Down
Reply
Cancel
Offline
Vaibhav Malik
over 7 years ago
Note: This was originally posted on 20th October 2012 at
http://forums.arm.com
I am not sure whether A15 has speculative read feature implemented or not. I am from Cortex-A9 background where this feature is worth to explore.
Cancel
Up
0
Down
Reply
Cancel
More questions in this forum
By title
By date
By reply count
By view count
By most asked
By votes
By quality
Descending
Ascending
All recent questions
Unread questions
Questions you've participated in
Questions you've asked
Unanswered questions
Answered questions
Questions with suggested answers
Questions with no replies
Suggested Answer
DS-5 bare metal wait error after run "debug"
0
DS-5 Development Studio
Debugging
Arm Compiler 5
Memory
31025
views
14
replies
Latest
3 months ago
by
prasadghole
Suggested Answer
ARM development studio with ARM Juno r2 board
0
Juno Arm Development Platform
Arm Development Studio
Products
Arm Support
8170
views
2
replies
Latest
3 months ago
by
Ronan Synnott
Answered
"Unable to execute remote query (response code 503) " issue
0
7898
views
1
reply
Latest
3 months ago
by
Ronan Synnott
Not Answered
Where can I download DS-5 hardware firmware??
0
7376
views
1
reply
Latest
3 months ago
by
Ronan Synnott
Not Answered
Getting errors after including arm_math.h
0
stm32 h7
Keil
Digital Signal Processor (DSP)
STM32
27246
views
9
replies
Latest
4 months ago
by
roger-liu
<
>
View all questions in Arm Development Studio forum