-
Type:
Bug
-
Resolution: resolved
-
Priority:
Minor
-
Component/s: SW
-
None
I am using the AxiVersion.py. When I start my program, I execute the AxiVersion.printStatus() command and get this print out:
$ python3 scripts/epixQuadLoadFpga.py --l 0 --mcs ../../firmware/targets/EpixQuadPgp3/images/EpixQuadPgp3-0xEA050001-20181005155411-mkwiatko-c74d51c0.mcs/EpixQuadPgp3-0xEA050001-20181005155411-mkwiatko-c74d51c0.mcs Rogue/pyrogue version v2.12.0-35-g0afa3b7. https://github.com/slaclab/rogue ################################################### # Old Firmware # ################################################### FwVersion = 0xea050001 UpTime = 0:29:26 GitHash = 0xc74d51cd46adf1cc4d9e33597c9065bf56252f4a XilinxDnaId = 0x44091c7880e2290100008004 FwTarget = BuildEnv = BuildServer = BuildDate = Builder =
The "self.BuildStamp.get()" in the AxiVersion.printStatus() command does not seem to be triggering the AxiVersion.BuildStamp.addListener(parseBuildStamp)