Schuyler Eldridge
Schuyler Eldridge
It looks like Node 15 is the first version that will return a non-zero exit code without setting the `--unhandled-rejections=strict` option.
> 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...
The current problem is that I have not updated Chiffre to work on the newest Rocket Chip. (Technically, I haven't tested it in some time, so I expect a few...
Should be fixed via #18.
You're right! I read this too quickly. Your existing workaround of injecting into the bundle and then bit-masking seems reasonable for the time being.
Thanks for checking out Chiffre! This is actually some bleeding edge stuff that you're hitting, i.e., the new Async Reset stuff. That error text seems to indicate that a *synchronous*...
Yes, you're right. This isn't erroring out in the Chiffre transform, but later... Somehow an asynchronous reset is getting introduced and that is propagating all the way to the transforms...
This should probably be an issue for the Chisel accelerator, too. It can do 1/4 of these currently, but there's no reason why it can't do them all, too.
I think that's fine initially. However, I would want a full solution to be type safe in the same way that the XML generation from Chisel is.
Maybe throw up a PR or a draft PR. That might make it easier to discuss/solicit feedback.