MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / route

Method route

crates/virtual-machine/src/bus.rs:118–131  ·  view source on GitHub ↗
(&mut self, addr: u64)

Source from the content-addressed store, hash-verified

116impl Default for MemoryLatencyConfig {
117 fn default() -> Self {
118 Self::disabled()
119 }
120}
121
122pub struct SystemBus {
123 rom: Rom,
124 l1_cache: Cache<Cache<Cache<Ram>>>, // L1 -> L2 -> L3 -> RAM
125 uart: Uart,
126 clint: Clint,
127 plic: Plic,
128 framebuffer: Framebuffer,
129 keyboard: Keyboard,
130 syscon_exit: Option<i64>,
131 memory_latency: MemoryLatencyConfig,
132 access_latency_cycles: u32,
133}
134

Callers 8

read_byteMethod · 0.80
read_halfwordMethod · 0.80
read_wordMethod · 0.80
read_doublewordMethod · 0.80
write_byteMethod · 0.80
write_halfwordMethod · 0.80
write_wordMethod · 0.80
write_doublewordMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected