What is hardware concurrency platforms for FPGA?

Status
Not open for further replies.

zzzhhh

Newbie level 5
Joined
Mar 12, 2023
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
111
We know concurrency platform is usually implemented by software. But is there any hardware concurrency platform for FPGA in which we can spawn a new thread, synchronize and use parallel loops without worrying about implementation details? Thanks.
 

FPGA is hardware. There is no direct notion of threads in hardware, threads are a software concept.

There is parallelism in hardware, of course, but it is at a completely different level. Much lower abstraction.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…