A Specman/e package that provides a memoization utility for methods.
Given a pure method definition, e.g.
foo(a: uint): int { ... }
you can memoize it at the place of its definition by
MEMOIZE foo(a: uint): int { ... }
Download the source code from Github.
( Thorsten Dworzak )