snooping response handling fix

This commit is contained in:
Blaise Tine
2020-05-14 11:01:41 -04:00
parent ff140b6811
commit bcb9514799
20 changed files with 166 additions and 126 deletions

View File

@@ -241,7 +241,9 @@ module Vortex #(
.ebreak (ebreak)
);
VX_dmem_ctrl dmem_ctrl (
VX_dmem_ctrl #(
.CORE_ID(CORE_ID)
) dmem_ctrl (
.clk (clk),
.reset (reset),