Reply To: Limitation using MemoryPkg

Why OSVVM™? Forums OSVVM Limitation using MemoryPkg Reply To: Limitation using MemoryPkg

#1392
Jim Lewis
Member

Hi Jorge,

For the time being, you can use more than one memory model.

A past version used integer_vector instead of integer.   This is something I intend to re-consider in the future.   The problem is it adds complication and overhead to all models.   This is something that needs to be considered.   I am looking into using generics with the package to handle this and some other features I am considering.   I am particularly interested in the VHDL-2017 generics on protected types.

The VHDL type REAL is a double (64 bits) – so it could handle the value but integer_vector would be a better solution.

Best Regards,

Jim