Altera_Forum
Honored Contributor
12 years agoHelp with vhdl code
Hi,
I'm working on a vhdl project entitled : Study ,conception and implementation of INTRA H264/AVC video decoder channel in FPGA technology. objective: The performance is a major challenge in video compression. The decrease rate of complexity leads to an increase in performance. We must therefore try to reduce the level of complexity through reducing occupancy space of the target system to implement the chain of intra decoding. To achieve our goal, we have developed an architecture that is a compromise between the intra 4x4 channel decoding and intra 16x16 channel decoding . Simply add a multiplexer to disable and enable the modules of the channel according to the desired intra prediction mode 16x16 or 4x4. this picture present the two mux https://www.alteraforum.com/forum/attachment.php?attachmentid=7642 problem: The problem is adding multiplexer in thetop level channel. I was not successful in developing a validated code. top level channel code to modify by adding two Mux is on attachements file (top_level.vhdl). sorry for my english. Thank you for your help.