syedshan
Advanced Member level 1
- Joined
- Feb 27, 2012
- Messages
- 463
- Helped
- 27
- Reputation
- 54
- Reaction score
- 26
- Trophy points
- 1,308
- Location
- Jeonju, South Korea
- Activity points
- 5,134
Hi all
I am acquiring data from FPGA using PCIe and I am facing timing problems or problems because of timing while acquiring and
storing data...
Hence I was wondering about to ask if multi-threading is possible in my case... well in first place I know it is possible in
C++, but since I am mostly VHDL or verilog doer, have little or only relevant experience over C++.
What I want is that since thread runs in Parallel, is there any possibility that one thread can read data while other thread can simultaneously
but independently (of course after acquiring from THREAD-1 ) write data to file....
Waiting for expert's replies...
Best regards,
Shan
I am acquiring data from FPGA using PCIe and I am facing timing problems or problems because of timing while acquiring and
storing data...
Hence I was wondering about to ask if multi-threading is possible in my case... well in first place I know it is possible in
C++, but since I am mostly VHDL or verilog doer, have little or only relevant experience over C++.
What I want is that since thread runs in Parallel, is there any possibility that one thread can read data while other thread can simultaneously
but independently (of course after acquiring from THREAD-1 ) write data to file....
Waiting for expert's replies...
Best regards,
Shan