nvdla / hw

RTL, Cmodel, and testbench for NVDLA
Other
1.68k stars 561 forks source link

On the Document mc_scverify.h of SDP Computing and Computing Module Header in CMOD #300

Open mouhuajun opened 4 years ago

mouhuajun commented 4 years ago

When analyzing nvdla com D code, we found a problem. In hw/cmod/hls/sdp/sdp/sdp_y_lut.cpp, a header file mc_scverify.h was introduced, but this header file could not be found, and there was a structure yLutLoIndexType that could not be defined in line 54. We do not know how to solve this problem. header ylu

fanqifei commented 4 years ago

Hi @mouhuajun , mc_scverify.h is HLS tool's header file. Actually file sdp_y_lut.cpp is not being used and can be ignored. The function of LUT in SDP is in sdp_y_idx.cpp.