Forum Discussion
Altera_Forum
Honored Contributor
19 years agoJPEG core with NiosII
Hi Every body i am working on project : JPEG core on FPGA Probably i will use NiosII development kit with STRATIX board and i will iterface the JPEG core with the NiosII as a new component so i...
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by jeroen+dec 29 2006, 01:53 am--><div class='quotetop'>quote (jeroen @ dec 29 2006, 01:53 am)</div>
--- quote start ---
--- quote start ---
originally posted by melomane@dec 28 2006, 02:47 pm
--- quote start ---
originally posted by jeroen@dec 28 2006, 11:12 am
<!--quotebegin-melomane@Dec 28 2006, 09:57 AM for the "component version" i met some difficulties in interfacing my hardware accelerators with avalon bus so i abort this solution http://forum.niosforum.com/work2/style_emoticons/<#emo_dir#>/unsure.gif . --- Quote End --- What specific problems do you have with designing Avalon MM hw accelerators? Avalon interfacing is very simple. <div align='right'><{post_snapback}> (index.php?act=findpost&pid=20256)</div> [/b] --- Quote End --- Yes, First i'm working with QuartusII 5.0 (SOPC builder) And for my specifc problems : For example my hardware accelerator needs a data as entry much longer than 32 bits so can i do? especially when the data needs to be available at a specific clock cycle. <div align='right'><{post_snapback}> (index.php?act=findpost&pid=20261)</div> [/b] --- Quote End --- The only solution is to have multiple 32 bits registers and writes. The bus is only 32 bits wide. What kind of accelerator are you working on? <div align='right'><{post_snapback}> (index.php?act=findpost&pid=20267)</div> [/b] --- Quote End --- My acelerators are: -Multiply Matrix (4,4)x(4,4) each element of the matrix take 8 bit so up to 32 bits entry http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/unsure.gif -Scalar product(x1*x2+y1*y2+z1*z2) -vectoriel Product which takes 2 Vectors V1(x1,y1,z1) V2(x2,y2,z2) -Transformation from 2D to 3D coordinates