Forum Discussion
Altera_Forum
Honored Contributor
14 years agoPorting VHDl code to processor blocks
Hello all, I have the basic components of a VHDL implementation of a jpeg encoder (ZZ, DCT etc.) and am looking for ideas to port this onto (simulated) processor blocks. I have seen a lot of i...
Altera_Forum
Honored Contributor
14 years agoLet me clarify. The Verilog (sorry i said VHDL by mistake earlier) code that I have is working correctly i.e. if I specify the bmp file as input it produces (encodes) a jpeg file.
I need processors which will run each module of my set of Verilog. eg. I have a DCT (Discrete cosine transform) module but need the processor elements to run this module. The idea is to design each processor separately to run each element and then create a "Network On Chip" communication system to run all the encoding models. Thanks for your suggestion !