Commit 0d7fd07b authored by Jack Koenig's avatar Jack Koenig Committed by Mergify
Browse files

Add Data.findFirstTypeMismatch for better type checking (#3201)

This utility provides a way to check different versions of type
equivalence in Chisel internals and generates error messages for when
mismatches are found. Specifically, it handles structural vs. nominal
typing as well as strict vs. non-strict width checking.

(cherry picked from commit 6e7c4764)

# Conflicts:
#	core/src/main/scala/chisel3/Aggregate.scala
#	core/src/main/scala/chisel3/Clock.scala
#	core/src/main/scala/chisel3/experimental/Analog.scala
parent 9da75df7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment