dir supplied by function
This commit is contained in:
		| @@ -126,7 +126,7 @@ class DefaultConfig extends ChiselConfig { | |||||||
|         } |         } | ||||||
|       } |       } | ||||||
|       case Coherence => { |       case Coherence => { | ||||||
|         val dir = new FullRepresentation(site(NClients)) |         val dir = () => new FullRepresentation(site(NClients)) | ||||||
|         val enSharing = site[Boolean]("ENABLE_SHARING") |         val enSharing = site[Boolean]("ENABLE_SHARING") | ||||||
|         val enCleanEx = site[Boolean]("ENABLE_CLEAN_EXCLUSIVE") |         val enCleanEx = site[Boolean]("ENABLE_CLEAN_EXCLUSIVE") | ||||||
|         if(enSharing) { |         if(enSharing) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user