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 -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to