1
0

tilelink: Monitor construction method is unconditional

Whether or not a Monitor should be placed is decided by diplomacy.
This commit is contained in:
Wesley W. Terpstra
2017-09-07 13:41:26 -07:00
parent 7a8364ef08
commit a450357744
2 changed files with 3 additions and 6 deletions

View File

@ -36,9 +36,6 @@ class BaseCoreplexConfig extends Config ((site, here, up) => {
case PLICParams => PLICParams()
case ClintParams => ClintParams()
case DTSTimebase => BigInt(1000000) // 1 MHz
// TileLink connection global parameters
case TLMonitorBuilder => (args: TLMonitorArgs) => Some(LazyModule(new TLMonitor(args)))
case TLCombinationalCheck => false
case TLBusDelayProbability => 0.0
})