coreplex: fix BankedL2 line width
This commit is contained in:
committed by
Henry Cook
parent
ea602790a8
commit
d03046d11c
@ -99,7 +99,7 @@ trait CoreplexNetworkModule extends HasCoreplexParameters {
|
||||
trait BankedL2 {
|
||||
this: CoreplexNetwork =>
|
||||
require (isPow2(nBanksPerMemChannel))
|
||||
require (isPow2(l1tol2_beatBytes))
|
||||
require (isPow2(l1tol2_lineBytes))
|
||||
|
||||
def l2ManagerFactory(): (TLInwardNode, TLOutwardNode)
|
||||
|
||||
|
Reference in New Issue
Block a user