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

/gem5/src/systemc/tests/systemc/misc/synth/circle/
H A Dcirc48.h52 sc_out<bool_vector> diffs; local
74 diffs( diffs_ );
112 diffs.write(diff);
174 diffs.write(diff);
/gem5/src/systemc/tests/
H A Dverify.py449 diffs = []
460 diffs.append(LogChecker(log_path, simout_path,
469 diffs.append(VcdChecker(ref_path, test_path,
472 diffs.append(Checker(ref_path, test_path, name))
478 failed_diffs = filter(lambda d: not d.check(), diffs)
481 self.failed(test, 'failed diffs', ' '.join(tags))

Completed in 7 milliseconds