08-11-2017 10:59 AM
Hi All,
According to HLS documentation, ap_uint<bit_width>, bit_width is 1024 bits at most. I need a design that gets 2048 bit input, and outputs these in 64-bit width chunks as below. However, currently, ap_uint does not support 2048 bit widths. What is the best way of doing this?
top_level_example(ap_uint<2048>IN, ap_uint<32> out[64]) {
}
Thanks in advance.
08-11-2017 11:08 AM - edited 08-11-2017 11:11 AM
08-11-2017 11:08 AM - edited 08-11-2017 11:11 AM