would you be able to test this (and the rest of SU-Servo) on a remote system?
The fix of this bug of assigning variables is tested on the remote system.
For testing the rest of suservo, does…
Turns out to be the problem with KernelInvariant handling, in set_config
, passing 3072
instead of CONFIG_ADDR
…
you probably need more of the original code to reproduce the problem. It seems that unrelated code changes create some corruption in the compiler.
Thanks! Read the issue more carefully and now I…
I am not sure if I missed anything.. I tried to reproduce the problem using the following setup (artiq: nac3 branch,…
Indeed calling <nac_synthesized_modinit>
in the first place should be the best, force-pushed to update this, thanks!
Tried to reproduce this bug by making a call to set_duc_phase_mu
, by self.phaser0.channel[0].set_duc_phase_mu(0)
(guessed from the IR)
It seems that this is caused by how llvm handles opaque…
Just to note down some more minimized examples that would cause the location info to disappear (setting OptimizationLevel::None
when creating target machine can still bring them…