VLSI systems #12 Cache memory ISP' example P.J. Drongowski CAM has four operations. fn Store(Id, Value) -> { error, OK } fn Lookup(Id) -> { error, Value } fn Reset() -> { error, OK } fn Invalidate(Id) -> { error, OK } ********* Design #1 Table lookup ********* ********* Design #2 Logic enhanced memory ********* Observations. * Description of intent versus the actual structure of the system. * LEM's are hard to describe in ISP'. * Example of design via datatypes.