ucb-bar / berkeley-hardfloat

Other
291 stars 87 forks source link

Fix some chisel3 compatibility problems #16

Closed aswaterman closed 7 years ago

aswaterman commented 7 years ago

These compatibility issues aren't news, but it looks like a few of the old ones have snuck back in recently:

edcote commented 7 years ago

Thanks Andrew, this resolved the issue that I was facing.

You may also consider updating libraryDepdencies in build.sbt to point to chisel3, instead of chisel.

jhauser-ucberkeley commented 7 years ago

I believe the edits necessary to satisfy this request have now been committed. I did not accept the pull request verbatim because I wanted to do a few things differently. Please confirm that the latest committed version takes care of this issue for you.

aswaterman commented 7 years ago

@jhauser-ucberkeley So confirmed. Thank you.