Michael Meier

Results 9 comments of Michael Meier

Thanks, that does the trick! :) Is that issue closed or is there something that remains to be done in Spinal from your point of view?

I'm currently using `CombInit` and friends whenever the problem pops up, which is only a minor annoyance and works well. For me we can close the issue, but I think...

Thanks! As github user distributed I very much appreciate this:D Sent from my iPhone > On 19 Dec 2018, at 13:49, Christian Kurz wrote: > > @Orbots please don't use...

Hey there! Good to see another `sers` user. Thanks for taking the time to provide a repro case. I do see the same behavior that you are getting, i.e. the...

No worries, life happens. Regarding your code: Yes, you do want some kind of timeout. There are multiple ways to go about it. Working a bit with your code and...

I would not work with time based ways of distinguishing messages. It limits message throughput and whether your protocol works is dependent on how timely data is being delivered to...

I've tried my hand at this, albeit not successfully. In `SimBootstraps.scala` the Verilator backend (which I've used so far) passes in a `vcdPath` that contains a placeholder `$TEST`, e.g. `vcdPath...

Thanks! Would putting the logic into `analyzeRTL` be an option? Or is `analyzeRTL` only called once per Simulator compilation but not once per test run, hence why you would like...

My cautious vote goes out to option 2, a JSON representation of the protobuf format. As already mentioned, this makes the JSON variant of the Perfetto Trace format a "mere"...