dir supplied by function
This commit is contained in:
parent
db4de7b806
commit
7398b00d93
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user