Documentation
¶
Overview ¶
Package idealmemcontroller provides an implementation of an ideal memory controller, which has a fix latency and unlimited concurrency.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Comp ¶
type Comp struct { *sim.TickingComponent Storage *mem.Storage Latency int AddressConverter mem.AddressConverter MaxNumTransaction int // contains filtered or unexported fields }
An Comp is an ideal memory controller that can perform read and write
Ideal memory controller always respond to the request in a fixed number of cycles. There is no limitation on the concurrency of this unit.
Click to show internal directories.
Click to hide internal directories.