Nerotos
Nerotos
So you compute on Register A until a `compute_accumulated` instruction is encountered, after which you compute on Register B? And the `preload `instruction will load into the currently inactive register?
Hello, I would be interested in giving this a shot.
Finally had a chance to look into it. Just make sure I understand it correctly, I would have to make a check like this here: ``` if (auto variableOp =...
@fabianschuiki Could you give me a hint how I can access the underlying `hw.struct `? Using `op.getValue()` just returns a general `mlir::Value` and I can't figure out how to use...
@fabianschuiki Thanks! But don't I need a builder to create the `hw.struct_extract`? At least, that is the only way I know of how you can do this, and there doesn't...