Chick Markley
Chick Markley
@edwardcwang any thoughts on what should be done with this?
I haven't bumped and tested in chipyard. I'll give that a try, but barstools master is now on chisel 3.5-snapshot, I think that might be a problem
Not sure about the script added. I was just flushing the assembly out a bit with the firrtl convention for providing a script to run the assembled jar. I don't...
@shunshou You are correct, I do not need anything that is in this repo.
@jackkoenig @azidar All of the errors I have looked at so far are of the form ``` [info] Cause: java.lang.AssertionError: assertion failed: Internal Error, setRef for UInt(0) called twice! first...
Working on it. Is there general agreement on what it means. I would guess for shift that: - Shifts the point of Closed and Open and BinaryPoint by the shift...
I added the unimplemented shift functions IntervalRange and Interval. I need to add more tests but I wanted to get the implementations out there first. I left merge() in as...
And yes, I believe @azidar thought the naive approach of anything not simple with intervals should be deferred to Firrtl as best for now.
@shunshou @azidar are there any explicit docs on clip, wrap, etc. I am working from what I can see in intervals-oct, but any other materials would be useful
@shunshou I've pushed naive wrap and clip to chisel3 intervals-oct, they don't really figure anything out right now. just make things Unknown so firrtl can figure it all out. I...