PROCESSOR --------- Implement easy processor with basic instructions (add, mult, jump, load, store). Based on the simple code demonstrate functionality. Inspiration can be Altera Laboratory Exercises 9 and 10 Study Materials/Final Project Inspiration/Processor. AUDIO FILTER ------------ Implement simple audio filter. Inspiration can be Altera Laboratory Exercises 12 in Study Materials/Final Project Inspiration/Audio Filter. NET FLOW STATISTICS ------------------- Implement simple net flow probe which based on the packet headers stores the statistics about ethernet trafic. Inspiration can be example on DE2 CD in directory DE2_demonstrations/DE2_NET (DE2 CD is in Study materials). VIDEO EFFECT GENERATION ----------------------- Find any simple formula to generating video effect and implement it in FPGA. Inspiration for effect can be http://www.bidouille.org/prog/plasma Inspiration for programming video output you can find on DE2 CD in directory DE2_demonstrations\DE2_TV and DE2_demonstrations\DE2_Default (DE2 CD is in Study materials). VIDEO FILTER ------------ Many of image and video filters are based on matrix convolution. Easy to understand example of edge detector filter you can find on http://homepages.inf.ed.ac.uk/rbf/HIPR2/sobel.htm Inspiration how to use a video peripherals on DE2 kit you can find on CD2 CD in directory DE2_demonstrations\DE2_TV (DE2 CD is in Study materials). SNAKE ----- Implement a game snake on LCD display - https://www.youtube.com/watch?v=kL5VqIlNyJw Inspiration for programming communication with LCD display you can find on DE2 CD in directory DE2_demonstrations\DE2_Default (DE2 CD is in Study materials).