rtlsim driver works with Vortex!

This commit is contained in:
Blaise Tine
2020-03-27 21:54:55 -04:00
parent 2ed7bd3755
commit e43f5c8767
3 changed files with 5 additions and 4 deletions

View File

@@ -298,7 +298,7 @@ module VX_warp_scheduler (
assign global_stall = (stall || wstall_this_cycle || hazard || !real_schedule || is_join);
assign scheduled_warp = !(wstall_this_cycle || hazard || !real_schedule || is_join);
assign scheduled_warp = !(wstall_this_cycle || hazard || !real_schedule || is_join) && !reset;
wire real_use_wspawn = use_wsapwn[warp_to_schedule];