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
%Error-PROCASSWIRE: Passed wire on output or inout subroutine argument, expected expression that is valid on the left hand side of a procedural assignment (IEEE 1800-2023 13.5): 'result_fsgnjx' : ... note: In instance 'Vortex.genblk6[0].cluster.genblk4[0].socket.genblk6[0].core.execute.fpu_unit.genblk1[0].fpu_dpi' 395 | dpi_fsgnjx (fncp_fire, int'(dst_fmt), operands[0][i], operands[1][i], result_fsgnjx[i]);
#136
Open
Xiaofeng-Hill opened this issue
Jun 6, 2024
· 0 comments
I got this error:
%Error-PROCASSWIRE: /root/vortex/hw/rtl/fpu/VX_fpu_dpi.sv:395:87: Passed wire on output or inout subroutine argument, expected expression that is valid on the left hand side of a procedural assignment (IEEE 1800-2023 13.5): 'result_fsgnjx'
: ... note: In instance 'Vortex.genblk6[0].cluster.genblk4[0].socket.genblk6[0].core.execute.fpu_unit.genblk1[0].fpu_dpi'
395 | dpi_fsgnjx (fncp_fire, int'(dst_fmt), operands[0][i], operands[1][i], result_fsgnjx[i]);
Seems the error message is reasonable, but I think you must upload the code as it is working in your side.
Thanks and best regards,
Xiaofeng
The text was updated successfully, but these errors were encountered:
Dear ,
I got this error:
%Error-PROCASSWIRE: /root/vortex/hw/rtl/fpu/VX_fpu_dpi.sv:395:87: Passed wire on output or inout subroutine argument, expected expression that is valid on the left hand side of a procedural assignment (IEEE 1800-2023 13.5): 'result_fsgnjx'
: ... note: In instance 'Vortex.genblk6[0].cluster.genblk4[0].socket.genblk6[0].core.execute.fpu_unit.genblk1[0].fpu_dpi'
395 | dpi_fsgnjx (fncp_fire, int'(dst_fmt), operands[0][i], operands[1][i], result_fsgnjx[i]);
Seems the error message is reasonable, but I think you must upload the code as it is working in your side.
Thanks and best regards,
Xiaofeng
The text was updated successfully, but these errors were encountered: