1
0

compartmentalize Top into periphery traits

This commit is contained in:
Yunsup Lee
2016-09-08 02:08:57 -07:00
parent 8536a2a47d
commit 2c000a99da
5 changed files with 328 additions and 310 deletions

View File

@ -165,7 +165,6 @@ class BasePlatformConfig extends Config (
case ConfigString => makeConfigString()
case GlobalAddrMap => globalAddrMap
case RTCPeriod => 100 // gives 10 MHz RTC assuming 1 GHz uncore clock
case RTCTick => (p: Parameters, t_io: Bundle, p_io:Bundle) => Counter(p(RTCPeriod)).inc()
case _ => throw new CDEMatchError
}})