erling

Results 13 comments of erling

No, I dont specify any data type. Like this: https://scastie.scala-lang.org/dmjRHxryTYW5Sif9HiJHiA I was actually surprised that you could have an empty Decoupled signal.

Thanks for your help. I tried your suggestion, but `EmptyBundle` is a private class inside Decoupled, so not available. I made my own copy of it, but that gave a...

Thanks again. It turned out the correct syntax was ``` myDecoupled.enqueueNow(chiselTypeOf(myDecoupled.bits)) ```

Yes. That work has unfortunately come to a halted. The current status of that branch is that the overall system is working. And have been verified for the most simple...

Just a thought about getting the intended behavior without changing syntax too much. Could using "soft deadline" be used to indicate a deadline handler being invoked at the logical time...

Just having "state ()" leads to an error message both in Epoch and VSCode here

Aha, I can also now reproduce this error, it seems to by specific to the Python target. Nice catch. ``` target Python main reactor { state a() reaction(startup) {= print("Hello...

Thanks for pointing me to this. Zephyr can also be used for single-threaded. You just use 1 thread. In fact, Nordic is going full Zephyr now. Their new nRF Connect...

This might have been premature excitement. I have spent the afternoon playing around with Zephyr and thinking about how to run LF ontop of it, which I don't think will...

That might have been premature rejection haha. In any case, I have started the process of implementing the platform API for Zephyr. I have run simple LF programs using the...