FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
6352 Discussions

Data width in the Avalon-MM Write FIFO in DSP Builder

Altera_Forum
Honored Contributor II
1,134 Views

Hi, 

 

In my design in DSP Builder I am using the block Avalon-MM Write FIFO because I want to include it in a SOCP system. In the data width of the block I write 1 and in the FIFO Depth 16. 

The simulation in Simulink run properly but when I build the nios II system in SOPC Builder I obtain an error with the data width in Avalon Bus 

ERROR: 

slave data width (1) for slave my_Scrambler/Avalon_MM_Write_Slave unexpected 

Error: Generator program  

for module 'cpu' did NOT run successfully. 

 

The data width of Avalon Bus is 32 and the data width of my DSP Builder system is 1. Do I have to change the data width in the block Avalon-MM Write FIFO and put 32? Or am I doing something wrong? 

 

Thanks.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
225 Views

the width of your data path is 1 bit? Avalon-MM is byte adressable, not bit addressable...

0 Kudos
Reply