1
0

Make it easier to override the 'placeholder' Real-Time-Clock, to allow more real-world applications

This commit is contained in:
Megan Wachs
2016-09-02 11:11:40 -07:00
parent 4a7972be31
commit 8163a6b597
4 changed files with 15 additions and 4 deletions

View File

@ -128,7 +128,6 @@ class BaseCoreplexConfig extends Config (
case MtvecInit => BigInt(0x1010)
case MtvecWritable => true
//Uncore Paramters
case RTCPeriod => 100 // gives 10 MHz RTC assuming 1 GHz uncore clock
case LNEndpoints => site(TLKey(site(TLId))).nManagers + site(TLKey(site(TLId))).nClients
case LNHeaderBits => log2Ceil(site(TLKey(site(TLId))).nManagers) +
log2Up(site(TLKey(site(TLId))).nClients)