fixed snoop forwarding hang

This commit is contained in:
Blaise Tine
2020-11-09 20:02:33 -08:00
parent f8d54c6994
commit 7c384eaf7f
7 changed files with 9 additions and 15 deletions

View File

@@ -788,7 +788,7 @@ module VX_bank #(
VX_generic_queue #(
.DATAW(SNP_REQ_TAG_WIDTH),
.SIZE(SNPQ_SIZE)
) snp_queue (
) snp_rsp_queue (
.clk (clk),
.reset (reset),
.push (snpq_push),