Forum Discussion
Altera_Forum
Honored Contributor
13 years agoSeeking some advice and technical help regarding creation of multicore system
Hello all, I am trying to create a multicore system that I will use for JPEG encoding. I am using a DE2-115 board along with Quartus 12.1, Qsys and associated build tools for Eclipse. I have ...
Altera_Forum
Honored Contributor
13 years agoHi,
Just need some clarrification first. is your compression being done in hdl (verilog or vhdl?) or is it being done by c code on cpu cores? I'm confused becasue of the two apparently contradicting points (or terminology):- --- Quote Start --- I need as many cpus as possible to compress the bmp image to jpeg, so obviously more cpus are better. --- Quote End --- This says your using Cpus for compression.
- --- Quote Start --- Now, the basic idea is to read a bmp file from the computer, compress it using the hardware, then write it back to the pc. --- Quote End --- This says hardware?