Hi Shaikhul,

I think that you have somehow unset the `assoc` parameter (or set it to
None) in the cache. Can you provide us the exact script you're running, the
command line that you use to run, the information about the gem5 build
(variant used), the version of gem5 you're using, and any modifications you
have made to gem5?

Thanks,
Jason

On Wed, Aug 16, 2023 at 1:13 PM Khan Shaikhul Hadi via gem5-users <
gem5-users@gem5.org> wrote:

> I have my dedicated controller module that have L1Icache as member
> function (I want to interfere with all incoming and outgoing request and
> response from cache and may modify based on some algorithm) with similler
> parameter and port structure.  In PrivateL1SharedL2CacheHierarchy cache
> hierarchy, I wanted to change the L1Cache with This Controller module. When
> I run my configuration, I encountered this error:
>
> Error in unproxying param 'assoc' of board.cache_hierarchy.l1icaches0.tags
> AttributeError: Can't resolve proxy 'assoc' of type 'Int' from
> 'board.cache_hierarchy.l1icaches0.tags'
>
> Anyone have any idea how I could solve this?
>
> Note: To me it seems like, gem5 trying to create the structure of the
> system where the board trying to find the l1icaches0 directory and trying
> to get tag value from there. I could not find where it was happening. Also,
> I have found some questions where others faced the same type of error ( not
> exactly the same error) and creating a subsystem may resolve it. But I
> could not find any resources on how this subsystem structure works in gem5
> and how to make your own subsystem. Any known resources on that?
>
> Best
> Shaikhul
> _______________________________________________
> gem5-users mailing list -- gem5-users@gem5.org
> To unsubscribe send an email to gem5-users-le...@gem5.org
>
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org

Reply via email to