Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHi vernmid,
Thank you for your help. in fact I try to do a tutorial given by altera based on CRC. www.altera.com/support/examples/nios2/exm-crc-acceleration.html I want to create a custom instruction to accelerate the CRC calcul. BUt first I want to include a CRC component in my system made with SOPC Builder. The problem is that, in the example given, the memory linked to the CRC component is a SSRAm and I do not have one on my board. Can I do this tutorial by replacing a SSRAM with a SRAM (givent that the SSRAM has a 32 bits data bus and my SRAm a 16 bits data bus)? éléa