Megan Wachs

Results 110 comments of Megan Wachs

I was JUST thinking that we should put a comment like that... as I was reading the source and confused by the printf at the end

I think the best way to understand that would be to look at the concrete Nodes which define mixO, and mixI. All the examples in this repo just add to...

Isn't that what `UserYanker`s are for? The TileLink implementation in this repo attempts to separate concerns of each widget. Stripping user bits is a different task than arbitrating requests.

The PR description is wrong. This is an API-breaking change. Please update and add release notes

I think a concrete example might be rocket-chip's `ElaborationArtefact`s phase: https://github.com/chipsalliance/rocket-chip/blob/86a2f2cca699f149bcc082ef2828654a0a4e3f4b/src/main/scala/stage/phases/GenerateArtefacts.scala

Is there not already an annotation that is expected to contain the Scala circuit (top level Module pointer)? If there was, would we really have to change Chisel to accommodate...

> that means Chisel would have to give the prefix to the instance name of the memory which is a bit odd, We should NOT give the prefix to the...

Didn't OpenOCD use to do this?

even in a non-SMP system, users may want to reset the entire system not just the hart.

#226 doesn't help this. It just tells the user, but it doesn't actually keep the hart halted (I think, please correct me if I'm wrong).