Hi,
I regenerated my device_db and double checked that the JSON specified "almazny_hw_rev": "v1.2". My device_db does indeed include the AlmaznyChannel classes (see attached device_db.py). I'm am getting the same blank result when testing via the artiq_sinara_tester -o almaznys.
I think the problem lies in the fact that I haven't re-flashed the firmware with the Mirny 0.3.1 firmware as specified on the internal support page: https://git.m-labs.hk/sinara-hw/assembly/src/branch/master/src/hw/mirny_almazny.md.
I have cloned the latest stable artiq repo (release 8.0) and added,
`iseEnv = pkgs.buildFHSEnv {
name = "ise-env";
targetPkgs = vivadoDeps;
};
ise = pkgs.buildFHSEnv {
name = "ise";
targetPkgs = vivadoDeps;
profile = "set -e; source /opt/Xilinx/14.7/ISE_DS/settings64.sh";
runScript = "ise";
};`
to the flake.nix. Am I taking the correct course of action or is there an easier way to flash almazny? Thank you for your help.