Searched refs:is_compat (Results 1 - 1 of 1) sorted by relevance

/gem5/src/python/m5/
H A Dparams.py1912 if not Port.is_compat(self, other):
1934 if Port.is_compat(old_peer, new_1) and Port.is_compat(self, new_2):
1939 elif Port.is_compat(old_peer, new_2) and Port.is_compat(self, new_1):
2088 def is_compat(cls, one, two): member in class:Port

Completed in 7 milliseconds