Re: [casper] Help with packing data

2021-11-25 Thread Morag Brown
Hi Heystek, You would need to increase the BRAM depth to one that can store all your data - currently, because the address width is 10, it can only store 2^10 (1024) points and you're trying to write 6020. So you would need to increase the address width to an appropriate size. Morag On Thu, Nov

Re: [casper] Help with packing data

2021-11-25 Thread Heystek Grobler
Hey Morag The BRAM has an address width 10 and a data width of 32. Should I increase it? Heystek > On 25 Nov 2021, at 19:52, Morag Brown wrote: > > Hi Heystek, > > How big is the BRAM in your design? Does it have enough space to accommodate > the amount of data you're trying to write to i