You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2024. It is now read-only.
With --use-compiler and a set of SRAMs that get mapped to an SRAMGroup, the presence of a mask port + granularity is required. This behavior is different from mapping to a cache of memories, where effectiveMaskGran is checked against.
This mask port check should be consistent (i.e. use effectiveMaskGran) between both use cases of MacroCompiler.
With
--use-compilerand a set of SRAMs that get mapped to anSRAMGroup, the presence of a mask port + granularity is required. This behavior is different from mapping to a cache of memories, whereeffectiveMaskGranis checked against.This mask port check should be consistent (i.e. use
effectiveMaskGran) between both use cases of MacroCompiler.