Hi,
In the file SimpleNetwork.py at line 67 (version v20.1.0.0), it is checked that
the internal side of the network link is connected to ONE OF the routers before
instantiating a buffer for that link:
if link.int_node in self.routers:
....
This action is done in a loop on the network routers at line 55.
Shouldn't the test be:
if link.int_node == router:
....
The binary "threads" under "tests/test-progs/threads/bin/X86/linux/" runs just
fine w/ and w/o this modification but I am not sure about which version is the
correct one.
Thanks,
Gabriel
_______________________________________________
gem5-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s