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

Class Cpu

crates/virtual-machine/src/cpu.rs:24–26  ·  view source on GitHub ↗

The CPU: owns a 5-stage pipeline and exposes a single tick interface.

Source from the content-addressed store, hash-verified

22
23/// The CPU: owns a 5-stage pipeline and exposes a single tick interface.
24#[derive(Clone)]
25pub struct Cpu {
26 pipeline: Pipeline,
27}
28
29impl Cpu {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected