basic test timing + scope tracing ccip
This commit is contained in:
@@ -250,11 +250,11 @@ module VX_warp_sched #(
|
||||
|
||||
assign busy = (active_warps != 0);
|
||||
|
||||
`SCOPE_ASSIGN (scope_wsched_scheduled_warp, scheduled_warp);
|
||||
`SCOPE_ASSIGN (scope_wsched_active_warps, active_warps);
|
||||
`SCOPE_ASSIGN (scope_wsched_schedule_table, schedule_table);
|
||||
`SCOPE_ASSIGN (scope_wsched_schedule_ready, schedule_ready);
|
||||
`SCOPE_ASSIGN (scope_wsched_warp_to_schedule, warp_to_schedule);
|
||||
`SCOPE_ASSIGN (scope_wsched_warp_pc, warp_pc);
|
||||
`SCOPE_ASSIGN (wsched_scheduled_warp, scheduled_warp);
|
||||
`SCOPE_ASSIGN (wsched_active_warps, active_warps);
|
||||
`SCOPE_ASSIGN (wsched_schedule_table, schedule_table);
|
||||
`SCOPE_ASSIGN (wsched_schedule_ready, schedule_ready);
|
||||
`SCOPE_ASSIGN (wsched_warp_to_schedule, warp_to_schedule);
|
||||
`SCOPE_ASSIGN (wsched_warp_pc, warp_pc);
|
||||
|
||||
endmodule
|
||||
Reference in New Issue
Block a user