Unverified Commit 7faa046b authored by Schuyler Eldridge's avatar Schuyler Eldridge
Browse files

[chisel5] Remove all WIR that is not IR



Remove everything from WIR.scala (Working IR) which is not actually IR.
I.e., this removes everything except CHIRRTL constructs and Kind/Flow.
A method is moved into CheckTypes that is used by Chisel to determine
connection validity.  This was unnecessarily bouncing through
WrappedType when it can be simplified to not do the boxing.

Signed-off-by: default avatarSchuyler Eldridge <schuyler.eldridge@sifive.com>
parent 1a565b58
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