aroelke

Results 7 comments of aroelke

I get a similar problem when I have a Map

Unless you want to enable direct instantiation of an injector in Chisel code, I don't think this is necessary, as transforming arbitrary `Data` into a `UInt` and back is pretty...

`chiselTypeOf(target)` returns `target.cloneTypeFull` and the comment says it's intended to be used for constructing hardware to construct other hardware of the same type. When I tried serializing a `chiselTypeOf(UInt(3.W))`, I...

This actually isn't fixed by #18. Adding this feature is more complicated, because it requires connecting fields one by one, intercepting the ones that are annotated and replacing them with...

Oh, okay. Is the concern that an IDE might try to automatically update and force users to refactor? If not, couldn't you just increment the major version number to indicate...

You could replace it with something like `Nodes` or `Children`, or `SceneTree` to match the annotation if that's allowed, just to make it explicit what it's referring to. Or it...

This solution is a good compromise. I like it.