Skip to content

Commit

Permalink
Boost RTC frequency to support Linux boot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Sep 29, 2023
1 parent 498ef70 commit e05b000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hw/cheshire_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ package cheshire_pkg;
RegAmoNumCuts : 1,
RegAmoPostCut : 1,
// RTC
RtcFreq : 32768,
RtcFreq : 100*(10**6),
// Features
Bootrom : 1,
Uart : 1,
Expand Down
2 changes: 1 addition & 1 deletion target/sim/src/vip_cheshire_soc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module vip_cheshire_soc import cheshire_pkg::*; #(
// Timing
parameter time ClkPeriodSys = 5ns,
parameter time ClkPeriodJtag = 20ns,
parameter time ClkPeriodRtc = 30518ns,
parameter time ClkPeriodRtc = 10ns,
parameter int unsigned RstCycles = 5,
parameter real TAppl = 0.1,
parameter real TTest = 0.9,
Expand Down

0 comments on commit e05b000

Please sign in to comment.