1
0

dir supplied by function

This commit is contained in:
Henry Cook 2014-09-24 12:04:11 -07:00 committed by Yunsup Lee
parent db4de7b806
commit 7398b00d93

View File

@ -126,7 +126,7 @@ class DefaultConfig extends ChiselConfig {
}
}
case Coherence => {
val dir = new FullRepresentation(site(NClients))
val dir = () => new FullRepresentation(site(NClients))
val enSharing = site[Boolean]("ENABLE_SHARING")
val enCleanEx = site[Boolean]("ENABLE_CLEAN_EXCLUSIVE")
if(enSharing) {