ucb-bar / chisel2-deprecated

chisel.eecs.berkeley.edu
388 stars 90 forks source link

Use long (original) signal names for comparison in VCDComparator(). #645

Closed ucbjrl closed 8 years ago

ucbjrl commented 8 years ago

Since short names may be shuffled due to minor code changes, we should use long signal names. But these need to be qualified with the module name. Report all disparate signals. Use "hasNext" in place of "more" - reduce the cognitive load. Fix initial signal set comparison.