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
{{ message }}
This repository was archived by the owner on Apr 8, 2024. It is now read-only.
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.