coreplex: zero memory channels is also allowed
This commit is contained in:
		| @@ -71,7 +71,7 @@ trait CoreplexNetworkModule extends HasCoreplexParameters { | ||||
| trait BankedL2CoherenceManagers extends CoreplexNetwork { | ||||
|   val module: BankedL2CoherenceManagersModule | ||||
|  | ||||
|   require (isPow2(l2Config.nMemoryChannels)) | ||||
|   require (isPow2(l2Config.nMemoryChannels) || l2Config.nMemoryChannels == 0) | ||||
|   require (isPow2(l2Config.nBanksPerChannel)) | ||||
|   require (isPow2(l1tol2_lineBytes)) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user