diff options
Diffstat (limited to 'src/mem/coherent_xbar.cc')
-rw-r--r-- | src/mem/coherent_xbar.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mem/coherent_xbar.cc b/src/mem/coherent_xbar.cc index ede409503..e90f9c1c8 100644 --- a/src/mem/coherent_xbar.cc +++ b/src/mem/coherent_xbar.cc @@ -58,7 +58,8 @@ CoherentXBar::CoherentXBar(const CoherentXBarParams *p) : BaseXBar(p), system(p->system), snoopFilter(p->snoop_filter), snoopResponseLatency(p->snoop_response_latency), - pointOfCoherency(p->point_of_coherency) + pointOfCoherency(p->point_of_coherency), + pointOfUnification(p->point_of_unification) { // create the ports based on the size of the master and slave // vector ports, and the presence of the default port, the ports |