in the top.v file, w_buffer_data_vector is [(FFN_IN_WIDTH*NUM_KERNELS)-1:0], one dimensional vector, so in the ffn_weight_rams.h file, w_buffer_data_vector[0] is only one bit, there is something wrong. Because it should be 24 bits according to the feature_map_ram_1024w module.
in the top.v file, w_buffer_data_vector is [(
FFN_IN_WIDTH*NUM_KERNELS)-1:0], one dimensional vector, so in the ffn_weight_rams.h file, w_buffer_data_vector[0] is only one bit, there is something wrong. Because it should be 24 bits according to the feature_map_ram_1024w module.