Forum Discussion
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?