Christopher Celio
Christopher Celio
What configuration are you using? Are you using DefaultBoomConfig? For 3.2, I would expect that you probably need to shrink the size of the Issue Units which should help the...
I was only looking at outputs, not trying to run it through anything. But I think if [-1:0] is making it to the backend, there's something seriously wrong.
On Sat, Mar 5, 2016 at 12:54 PM, Angie Wang [email protected] wrote: > > Just noticed this, but I (and at least one other person) ran into similar > >...
Jim has an incoming fix that should help greatly (by not spitting out two copies of the .cpp files).
Good idea, but in my opinion, the chisel-users group is such low utilization, you should feel free to post your discussion there, if it doesn't fit/match into a particular issue...
We would have to see the instruction stream, and better yet, a view of the pipe trace to diagnose accurately. For example, if your second load depends on the value...
I’d be happy to accept a PR to update to chisel3; I think I tried and never finished myself. I’m also not offended if you want to fork now or...
I don't have my hands on 2017, so it's hard for me to commit to anything. If their framework stays relatively similar, then it shouldn't be too difficult to support....
@davidbiancolin has provided a preliminary branch with 2017 support with a README describing the differences: https://github.com/ccelio/speckle/tree/2017
I agree that this is an issue and some sort of opt-in system (I really like importing `chisel3.strict`) is needed. The more lint-like things we can move into chisel-time the...