There is an assignment to a non-constant value in a reset statement in the warp scheduler, which is a critical issue in ASIC synthesis.
|
warp_pcs[0] <= from_fullPC(base_dcrs.startup_addr); |
|
active_warps[0] <= 1; |
|
thread_masks[0][0] <= 1; |
|
is_single_warp <= 1; |
There is an assignment to a non-constant value in a reset statement in the warp scheduler, which is a critical issue in ASIC synthesis.
vortex/hw/rtl/core/VX_schedule.sv
Lines 230 to 233 in 31e4765