On 7/10/2023 5:17 PM, John Smith wrote:
I understood how to pass it. However, --param='system.membus.snoop_filter=NULL' doesn't seem to work. I'm getting the following error:
NameError: name 'NULL' is not defined

I see.  Well, this line was in an older version of XBar.py:

snoop_filter = Param.SnoopFilter(NULL, "Selected snoop filter.")

and the resulting config file shows a value of NULL.  Maybe on the
command line it will be happier with something more python-ish,
such as None?

I am adding the gem5 list back onto this since someone there probably
knows.

Best - EM
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org

Reply via email to