Hello.
We are running a Kasli 2.0 with some urukuls and a zotino. Long story short, we just moved from a 7.x.beta version to 6.0 and reflashed Kasli. Anytime we try to initialize our zotino now, we get the ValueError: DAC CONTROL read back mismatch. I see where this comes from, but my EE knowledge is limited and I cannot understand what is causing the exception and why.
In addition our experiments are now all scheduled for exactly 4 months from now and we are unsure why. (To have an experiment execute we must change the computer's clock to July 29.)
All of our code had been working properly before this, so we are pretty confident in the code. Below is the error message.
Any suggestions on what to check or how to proceed would be greatly appreciated.
Cheers!
Raffi
INFO:worker(7410,control_zotino.py):print:Initializing DAC ERROR:worker(7410,control_zotino.py):root:Terminating with exception (ValueError: DAC CONTROL readback mismatch) Core Device Traceback (most recent call last): File "/home/srlab/artiq/artiq-master/repository/manual-control/control_zotino.py", line 149, in __modinit__ (RA=+0x5d4) self.zotino.init() File "<artiq>/coredevice/ad53xx.py", line -1, in ... artiq.coredevice.ad53xx.AD53xx.init<artiq.coredevice.zotino.Zotino>(...) (RA=+0xb4c) <unknown> File "<artiq>/coredevice/ad53xx.py", line 191, column 17, in ... artiq.coredevice.ad53xx.AD53xx.init<artiq.coredevice.zotino.Zotino>(...) raise ValueError("DAC CONTROL readback mismatch") ^ ValueError(0): DAC CONTROL readback mismatch Traceback (most recent call last): File "/home/srlab/nix_json/artiq/artiq/master/worker_impl.py", line 300, in main exp_inst.run() File "/home/srlab/artiq/artiq-master/repository/manual-control/control_zotino.py", line 104, in run self.call_init() File "/home/srlab/nix_json/artiq/artiq/language/core.py", line 54, in run_on_core return getattr(self, arg).run(run_on_core, ((self,) + k_args), k_kwargs) File "/home/srlab/nix_json/artiq/artiq/coredevice/core.py", line 137, in run self.comm.serve(embedding_map, symbolizer, demangler) File "/home/srlab/nix_json/artiq/artiq/coredevice/comm_kernel.py", line 644, in serve self._serve_exception(embedding_map, symbolizer, demangler) File "/home/srlab/nix_json/artiq/artiq/coredevice/comm_kernel.py", line 636, in _serve_exception raise python_exn ValueError: DAC CONTROL readback mismatch