Crate gpcas_cpu_model[][src]

Expand description

Defines the structure of an abstract CPU model and some helpful functions for working with it, as well as the corresponding file structure.

Any application working with the model should use the structs and definitions in this crate to ensure compatibility.

Modules

Structs that describe a configuration of a specific model component.

The default latency in clock cycles for all instruction types.

Structs

The configuration of an abstract CPU model.

Defines the amount of clock cycles each instruction type needs.