Releases: LDMX-Software/pflib
v3.9.5
Lots of work has been done by @andpet1324 to help improve the tuning of HGCROC parameters. I've done some cleanup in pflib, but I have not completed as much as I would like in order to motivate a new minor version.
What's Changed
- 309 undo capture over read in sw by @tomeichlersmith in #349
- Menu setup led by @andpet1324 in #302
- Revert "Update CSV header to include timestamp and i_sample" by @tomeichlersmith in #340
- Tot scan lund by @andpet1324 in #352
- Cross talk - Multi Channel Scan by @andpet1324 in #337
- first cleanup pass, re-organizing by @tomeichlersmith in #359
- 354 n links by @andpet1324 in #360
- 305 lpgbt temperature by @cbell1402 in #351
- Inv vref heatmap by @andpet1324 in #362
- Mean stdev andreas by @andpet1324 in #363
- added temporary fix for econ issue with n_links by @andpet1324 in #364
- Vref 2D scan - inv_vref and noinv_vref by @andpet1324 in #366
- fixed indice bug by @andpet1324 in #368
- fixed function calling bug by @andpet1324 in #367
- Patches from EcalSMM DAQ Debugging by @tomeichlersmith in #370
- Bump docker/setup-qemu-action from 3 to 4 by @dependabot[bot] in #375
- Bump docker/metadata-action from 5 to 6 by @dependabot[bot] in #373
- Bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #374
- Bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #376
- Bump docker/login-action from 3 to 4 by @dependabot[bot] in #377
- TRG Link on ZCU by @tomeichlersmith in #378
- issue-371 added destructor by @andpet1324 in #379
- Inv vref scan lund by @andpet1324 in #380
- channel wise calib scan by @andpet1324 in #381
- Tot vref analysis andreas by @andpet1324 in #382
- fixed grouping error by @andpet1324 in #383
Full Changelog: v3.9.4...v3.9.5
v3.9.4: beamtime conclusion
A lot of stuff happened over the last several days and I'm marking this state of pflib since we are explicitly transitioning away from the rush of "live beam time". I plan to do a lot of tidying/refactoring as we more thoroughly test and study our different test stands (including the one in SLAC ESA), so this version is a helpful tag of the "pre-Tom's-tidying" version of pflib.
I intend for the next version of pflib to be v3.10.0 in order to appropriately represent the refactors that I will inevitably do as I tidy 🧹
What's Changed
- Add workflow_run trigger for clang-format completion by @tvami in #335
- created align_phase and align_word, calling from the main function by @joshgreaves332 in #323
- Fix timestamp type in MultiSampleECONDEventPacket by @tvami in #334
- Add status for ROC by @tvami in #333
- Fix HT_EBO, data underflow for no data by @tvami in #336
- Fix CRC header check by @cmantill in #328
- Update CSV header to include timestamp and i_sample by @tvami in #339
- Add opto link soft reset by @tomeichlersmith in #346
- Fix REG_EPRX0LOCKED for ECON LPGBT alignment by @tvami in #347
Full Changelog: v3.9.3...v3.9.4
v3.9.3: patch GPIO setup, run mode, and decoding updates
What's Changed
- Move GPIO calls outside of the setup functions by @tvami in #321
- Add different link option configs for ECAL by @tvami in #324
- Fix run mode check requirement by @tvami in #326
- add econd-decoder to list of things to install by @tomeichlersmith in #320
Full Changelog: v3.9.2...v3.9.3
v3.9.2: more fixes, start decoding of rogue files
What's Changed
- Adding ECON configs, PWD in menu, printout in ROC by @tvami in #313
- Enforce running standard configs so that the GPIOs are set by @tvami in #316
- Rogue Decoding by @tomeichlersmith in #317
Full Changelog: v3.9.1...v3.9.2
v3.9.1: live decoding and more stable word alignment
What's Changed
- econd live decoding by @tomeichlersmith in #308
- 262 word alignment update by @joshgreaves332 in #287
Full Changelog: v3.9.0...v3.9.1
v3.9.0: the long awaited
Lot's of patches and fixes to get things up and running. The wiki contains some notes on how to get pedestals of your own: https://github.com/LDMX-Software/pflib/wiki/From-Power-On-of-DAQ-Server
For decoding, the "live" decoding is still not functional, but econd-decoder can decode and pedestal file that does not have the extra Rogue headers/config dump. The ana/rogue-read.py file is an example of how to use pflib's python bindings and Rogue's FileReader in order to decode a pedestal file collected by Rogue. The rogue-decode just recipe in the justfile shows how to run the python bindings from your development version. After this release, I will update the ldmx-env conda environment on the SLAC DAQ server to have v3.9.0 of pflib.
What's Changed
- Start ecal hcal bittware support by @tomeichlersmith in #257
- refactor to prepare for Ecal classes by @tomeichlersmith in #255
- unify how parameters are shared with pftool and targets by @tomeichlersmith in #254
- Hcal backplane bittware target by @tomeichlersmith in #258
- switch base image to Rogue by @tomeichlersmith in #260
- some small compiler warnings that have been bugging me by @tomeichlersmith in #263
- Create basic support for ECAL Single Module Motherboard (SMM) by @jmmans in #267
- Add support for BITTWARE fast-controll by @jmmans in #270
- Select ROC and ECON in phase word alignment task by @cmantill in #271
- daq server setup by @tomeichlersmith in #273
- choose bittware by @tomeichlersmith in #272
- Move msb function to used uint64_t, fix sub_val prinout by @tvami in #274
- Major improvement to reliability by @jmmans in #275
- Adjust fastcontrol enables, econ align task by @jmmans in #278
- 276 econ snapshots by @joshgreaves332 in #280
- More conda package dev by @tomeichlersmith in #281
- start EcalSMM Bittware target by @tomeichlersmith in #282
- Jeremy patches while dev by @tomeichlersmith in #284
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #285
- ECON-ROC align on bittware by @tomeichlersmith in #286
- a couple patches from the test install by @tomeichlersmith in #288
- (220) lpGBT-ECON-D Alignment by @cbell1402 in #236
- dont pass std::shared_ptr by reference by @tomeichlersmith in #289
- Board I2C initialization and temperature readout by @erik-wallin in #291
- ECON->lpGBT and ROC->ECON fixes by @jmmans in #293
- Add lpGBT objects to call from a Target class by @cmantill in #296
- Use correct bus board I2C interactions by @erik-wallin in #299
- multi fiber support by @tomeichlersmith in #295
- hide menu lines by category by @tomeichlersmith in #298
- Common ROR and multi econ by @jmmans in #301
- readout data without axi stream on bittware by @tomeichlersmith in #303
- reset counters before run start by @tomeichlersmith in #304
- Add ECON config for ECAL & Implement EcalSMMTarget read_event() by @tvami in #307
- update econ decoding again by @tomeichlersmith in #306
New Contributors
- @tvami made their first contribution in #274
- @cbell1402 made their first contribution in #236
Full Changelog: v3.8.1...v3.9.0
v3.9.0-rc3: creeping closer
Lots of patches and progress, still not going to make the full v3.9.0 release until I see pedestals collected over optical link on a Bittware so that I can make sure the decoding is good.
What's Changed
- Jeremy patches while dev by @tomeichlersmith in #284
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #285
- ECON-ROC align on bittware by @tomeichlersmith in #286
- a couple patches from the test install by @tomeichlersmith in #288
- (220) lpGBT-ECON-D Alignment by @cbell1402 in #236
- dont pass std::shared_ptr by reference by @tomeichlersmith in #289
New Contributors
- @cbell1402 made their first contribution in #236
Full Changelog: v3.9.0-rc2...v3.9.0-rc3
v3.9.0-rc2: Bittware Support Pre-Release 2
What's Changed
- Major improvement to reliability by @jmmans in #275
- Adjust fastcontrol enables, econ align task by @jmmans in #278
- 276 econ snapshots by @joshgreaves332 in #280
- More conda package dev by @tomeichlersmith in #281
- start EcalSMM Bittware target by @tomeichlersmith in #282
Full Changelog: v3.9.0-rc1...v3.9.0-rc2
v3.9.0-rc1 : Bittware Support Pre-Release 1
git switch main
git pull
git fetch --tags
Marking this pre-release since I was able to talk to the HcalBackplane at SLAC with slow control. The main software changes that enabled this were #272 which allows us to choose which bittware to connect to (by giving the device path). Progress in other directions has been made as well including basicu support for Ecal SMM and beginning Bittware Fast Control support.
What's Changed
- switch base image to Rogue by @tomeichlersmith in #260
- some small compiler warnings that have been bugging me by @tomeichlersmith in #263
- Create basic support for ECAL Single Module Motherboard (SMM) by @jmmans in #267
- Add support for BITTWARE fast-controll by @jmmans in #270
- Select ROC and ECON in phase word alignment task by @cmantill in #271
- daq server setup by @tomeichlersmith in #273
- choose bittware by @tomeichlersmith in #272
- Move msb function to used uint64_t, fix sub_val prinout by @tvami in #274
New Contributors
Full Changelog: v3.9.0-rc0...v3.9.0-rc1
v3.9 Bittware Support: Slow Control Pre-Release
We have been able to do slow control motions with the HcalBackplane and the Bittware. I have merged my big updates/refactors into pflib, but I am waiting to make a new release until we can capture data and I can update the decoding to the headers/trailers as defined in the firmware. This pre-release is a marker of the big refactoring changes and a place to hold my notes on how to use the updated pflib.
A few notes on the current main:
Hcalhas been renamed toHcalBackplaneand is a type ofTarget(instead ofTargetholding anHcal)- The command line arguments specifying the type of target have been dropped in favor of YAML config files you provide to pftool. Examples are in the
config/pftool/directory. e.g../pftool ../configs/pftool/hcal-backplane-bittware.yaml - Connecting to the Hcal Backplane via the bittware requires Rogue, but pflib will build without Rogue (to support ZCU/Rogue-less connections). Make sure to
source path/to/rogue/setup_rogue.shbefore callingcmake(or defineRogue_DIRon the command line when callingcmake:cmake -DRogue_DIR=/full/path/to/rogue/lib) - Setting up the lpGBTs is not working automatically, so we have to do the
GENERAL.STANDARD_HCALsetup inpflpgbt(after making sure theOPTO.STATUSisREADY 0x0001) before openingpftool. Sometimes you have to runSTANDARD_HCALmore than once in a row before it "takes".
💾 Firmware
The firmware for the Bittware is available in the slaclab/ldmx-firmware repository. I believe it is under the umn_dev branch, but hopefully it is merged soon?
What's Changed
- Start ecal hcal bittware support by @tomeichlersmith in #257
- refactor to prepare for Ecal classes by @tomeichlersmith in #255
- unify how parameters are shared with pftool and targets by @tomeichlersmith in #254
- Hcal backplane bittware target by @tomeichlersmith in #258
Full Changelog: v3.8.1...v3.9.0-rc0