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 has been 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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With
--use-compiler
and 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, whereeffectiveMaskGran
is checked against.This mask port check should be consistent (i.e. use
effectiveMaskGran
) between both use cases of MacroCompiler.The text was updated successfully, but these errors were encountered: