-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
For qemu-system-riscv64, the timebase-frequency is described in dts.
/ {
cpus {
......
timebase-frequency = <0x989680>;
......
}
}
0x989680 = 10_000_000 = 10Mhz
/// clock frequency
pub const CLOCK_FREQ: usize = 12500000;But in config.rs, CLOCK_FREQ is defined as 12_500_000 = 12.5Mhz.
Is it an error or designed for something?
Metadata
Metadata
Assignees
Labels
No labels