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
It seems like in files rtl/mvu.sv, rtl/mvu_tile.sv, rtl/npu.sv and rtl/shim.sv parameters are used before declaration. The error is pointing to the parameter MRFIDW, which uses an undeclared identifier NUM_DSP. Macros used for initialization are from rtl/npu.vh.
Moving declarations of PRIME_DOTW and NUM_DSP above MRFIDW seems to fix the issue.
It seems like in files rtl/mvu.sv, rtl/mvu_tile.sv, rtl/npu.sv and rtl/shim.sv parameters are used before declaration. The error is pointing to the parameter MRFIDW, which uses an undeclared identifier NUM_DSP. Macros used for initialization are from rtl/npu.vh.
Moving declarations of PRIME_DOTW and NUM_DSP above MRFIDW seems to fix the issue.