1
0

tilelink: allow insertion of TLDelayer on TLBus outward node

This commit is contained in:
Henry Cook
2017-08-07 16:43:06 -07:00
parent aff028f8f0
commit c457c9cb9f
2 changed files with 11 additions and 4 deletions

View File

@ -39,6 +39,7 @@ class BaseCoreplexConfig extends Config ((site, here, up) => {
// TileLink connection global parameters
case TLMonitorBuilder => (args: TLMonitorArgs) => Some(LazyModule(new TLMonitor(args)))
case TLCombinationalCheck => false
case TLBusDelayProbability => 0.0
})
/* Composable partial function Configs to set individual parameters */