added reset to ws

This commit is contained in:
felsabbagh3
2019-10-21 12:03:07 -04:00
parent 99586279d9
commit 85004899bd
3 changed files with 21 additions and 8 deletions

View File

@@ -41,6 +41,7 @@ VX_join_inter VX_join();
VX_fetch vx_fetch(
.clk (clk),
.reset (reset),
.VX_wstall (VX_wstall),
.VX_join (VX_join),
.schedule_delay (schedule_delay),