Skip to content

Commit

Permalink
New machine-mode timer facility
Browse files Browse the repository at this point in the history
Mirroring Andrew's commit to reference-chip
  • Loading branch information
yunsup committed Jul 8, 2015
1 parent 4fbb0f8 commit e6a13cd
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion Makefrag
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ asm_p_tests = \
rv64si-p-ma_addr \
rv64si-p-scall \
rv64si-p-sbreak \
rv64si-p-timer \
rv64ui-pm-lrsc \
rv64mi-p-csr \
rv64mi-p-mcsr \
Expand Down
2 changes: 1 addition & 1 deletion riscv-tools
2 changes: 1 addition & 1 deletion rocket
1 change: 1 addition & 0 deletions src/main/scala/PublicConfigs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class DefaultConfig extends ChiselConfig (
case CoreDCacheReqTagBits => 7 + log2Up(here(NDCachePorts))
case NCustomMRWCSRs => 0
//Uncore Paramters
case RTCPeriod => 100 // gives 10 MHz RTC assuming 1 GHz uncore clock
case LNEndpoints => site(TLNManagers) + site(TLNClients)
case LNHeaderBits => log2Ceil(site(TLNManagers)) + log2Up(site(TLNClients))
case TLBlockAddrBits => site(PAddrBits) - site(CacheBlockOffsetBits)
Expand Down
2 changes: 1 addition & 1 deletion uncore

0 comments on commit e6a13cd

Please sign in to comment.