- May 28, 2021
-
-
Jameson Rollins authored
-
- May 27, 2021
-
-
Jameson Rollins authored
-
Jonathan Hanks authored
-
Erik von Reis authored
Replace fe_multi_stream_test with fe_simulated_streams, a rewrite in Go See merge request cds/advligorts!230
-
Jonathan Hanks authored
* removed the C++ stream generator application and a support library
-
Jonathan Hanks authored
* Changes to make all tests pass again. * Bug fix in generator code
-
Jonathan Hanks authored
* implemented data buffer per model mode * implemented a admin interface * bumped go version to 1.15 as that is what is in buster backports * Reworked the build to use pkg-config again to auto detection of the include paths and libraries.
-
Jonathan Hanks authored
* Change to all go except for shmem buffer access + structure definitions. * Done to reduce the amount and complexity of the c/c++/go interface
-
Jonathan Hanks authored
-
Jonathan Hanks authored
* fe_simulated_stream uses shm:// or mbuf:// now as well.
-
Jonathan Hanks authored
-
Jonathan Hanks authored
Pass build information to go by way of a package config file. Build in the source dir and output to the binary dir instead of copying to the build dir.
-
Jonathan Hanks authored
Does not build yet.
-
Jonathan Hanks authored
It now accepts all things the fe_multi_stream takes.
-
Jonathan Hanks authored
* restructure code so the main logic is in a library. * add basic build setup for go * renamed the executable as go does not like non test things to end in _test.go
-
- May 26, 2021
-
-
Rolf Bork authored
-
Rolf Bork authored
- Deleted support for evaluated, but never used, GSC18AI6 ADC. - Modified rate A generator setup for CYMAC using internal ADC clock. - ADC header file cleanup of unused defines.
-
Jonathan Hanks authored
awtpman: system multiplier removed in favor of model rate. See merge request cds/advligorts!229
-
Jonathan Hanks authored
awgtpman: create separate testpoint client library and link daqd with it. See merge request cds/advligorts!228
-
- May 25, 2021
-
-
Rolf Bork authored
space code to compile with new, recently added int type defs. - removed no long used daqLibZmq.c
-
- May 24, 2021
-
-
Rolf Bork authored
-
Erik von Reis authored
-
Erik von Reis authored
awgtpman: testpoint client library now works with DAQ. Testpoint client and direct testpoint access (as from awgtpman) are now separate source files: testpoint.c and testpoint_direct.c. They no longer need #if to separate them during build. DAQD testing on X1 linking to testpoint.a. testpoint library will need to be packaged as a dev package and linked into crtools to fully unify the awgtpman source.
-
- May 21, 2021
-
-
Erik von Reis authored
-
Rolf Bork authored
-
Rolf Bork authored
- Changed DMA in DAC drivers to use PLX defines - Removed ADC interrupt register pointers, not used.
-
Rolf Bork authored
- Moved common ADC DMA functions to new plx_9056.c (Chip that controls DMA) - Removed redundant DMA functions from ADC drivers.
-
Erik von Reis authored
Add a simple integration testing framework to help simplify tests for the daqd and related systems. See merge request cds/advligorts!226
-
Jonathan Hanks authored
-
Jonathan Hanks authored
* simple process management when a test needs multiple processes * temp directory management (and cleanup) * scriptable * less verbose than bash
-
Erik von Reis authored
Create a python wrapper for the shmem code. See merge request cds/advligorts!225
-
Jonathan Hanks authored
Fix a formating error
-
Jonathan Hanks authored
Fix a formating error and provide an example of reading/writing data or integrating with numpy.
-
Erik von Reis authored
-
Jonathan Hanks authored
mbuf_probe, awgtpman, fron end: new testpoint mbuf added See merge request cds/advligorts!227
-
Erik von Reis authored
awgtpman, mbuf: awg and testpoints now working through new mbufs for both iop and user model. 2k models need to be tested.
-
- May 20, 2021
-
-
Erik von Reis authored
mbuf_probe, awgtpman: some fixes to mbuf_probe. awgtpman now does not care about fast vs. slow models.
-
Rolf Bork authored
-
Rolf Bork authored
-
Erik von Reis authored
-