You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: