- Nov 22, 2019
-
-
Jonathan Hanks authored
-
Jonathan Hanks authored
-
Rolf Bork authored
-
- Nov 20, 2019
-
-
Jonathan Hanks authored
omx_xmit should run after local_dc, so it does not need all the code to wait for individual models and combine/concentrate the data.
-
- Nov 14, 2019
-
-
Rolf Bork authored
-
- Nov 08, 2019
-
-
Rolf Bork authored
during fast ADC testing.
-
- Nov 07, 2019
-
-
Rolf Bork authored
-
Rolf Bork authored
This is done mainly to reduce IPC traffic of WD signals from SUS IOP models. IPC rate is denoted in model Parameter block as ipc_rate=[desired rate], where desired rate < model rate and >= 2048 in usual 2^n values.
-
Rolf Bork authored
-
Rolf Bork authored
- Add specific FE_RATE and IPC_RATE to generated C code file instead of a bunch of ifdefs. - Remove old /proc stuff from Makefile generation.
-
Rolf Bork authored
Note that the max IPC rate is still 64K.
-
Rolf Bork authored
-
Rolf Bork authored
TDS timing available.
-
Rolf Bork authored
-
Rolf Bork authored
-
Rolf Bork authored
- Prematurely ran clang, so unfortunately looks like lots of diffs. - Added module initialization for card model numbers being passed to user apps. - Without this, user model could mistake a zero as an ADC if IOP does not have the right number of cards, such as in a test stand. - Added 2msec delay before starting core locked thread to allow time for printk buffers to be flushed.
-
Rolf Bork authored
-
Rolf Bork authored
-
Rolf Bork authored
-
Rolf Bork authored
removed from fm10Gen.c.
-
Rolf Bork authored
-
Rolf Bork authored
using controllerIop.c. Once thoroughly tested, should be able to deprecate controllerTS.c.
-
Rolf Bork authored
-
Rolf Bork authored
-
Rolf Bork authored
Simply ran clang-format on new mapVirtual.c and time_slave_io.c files that support time slave via Dolphin.
-
Rolf Bork authored
This change also include Keith's changes for latest Dolphin driver code.
-
Rolf Bork authored
-
controls authored
-
controls authored
-
controls authored
-
- Sep 27, 2019
-
-
Jonathan Hanks authored
-
Jonathan Hanks authored
-
Jonathan Hanks authored
-
- Sep 26, 2019
-
-
Jonathan Hanks authored
-
Jonathan Hanks authored
For now require edc ini entries to be floats @ 16Hz.
-
- Sep 25, 2019
-
-
Jonathan Hanks authored
fe_stream_check_edcu_nds. Given a timespan (w/o gaps) it checks: * That there is a consistent number of (*)EDCU_CHAN_(CONN|CNT|NOCON) values. * There can be no non-connected channels for this test * It then samples a number of channels that were generated by a synthetic generator and verifies they have the expected values. * To deal with delays in epics changes being propagated, the comparison looks at the current second and the previous second and allows a blending of their values.
-
Jonathan Hanks authored
-
Jonathan Hanks authored
This is used to give a prefix to the connected/not-connected/... variables.
-
Jonathan Hanks authored
-
Jonathan Hanks authored
-