- Jun 28, 2022
-
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
Adding check for duplicate non-case-sensitive part names that could cause issues with c code generation
-
- Jun 24, 2022
-
-
Erik von Reis authored
Adding check to verify model rate when a FIR filter is being generated See merge request !385
-
Ezekiel Dohmen authored
-
- Jun 03, 2022
-
-
Ezekiel Dohmen authored
Marking newly added IPCs as senders so the MEDM screen does not get error stats lines printed See merge request !378
-
- Jun 01, 2022
-
-
Ezekiel Dohmen authored
-
- Apr 27, 2022
-
-
Ezekiel Dohmen authored
RCG: correct dac duotone amplitude See merge request cds/advligorts!368
-
Erik von Reis authored
Initialize the values used to multiply or divide the DAC duotone in case there are no ADCs or DACs to handle them.
-
- Apr 26, 2022
-
-
Erik von Reis authored
DAC duotone is a straight copy of the ADC duotone signal into a DAC channel. This code takes into account the different bit resolution of the various parts so that DAC duotone amplitude is the same for the various combinations of ADC and DAC.
-
Ezekiel Dohmen authored
RTS: ADC read 'max_loops' reset per card See merge request cds/advligorts!364
-
Erik von Reis authored
Previously in the adc read function, a slow card would lead to 'max_loops' dropping to 1 and staying there for future cards. Fast ADCs read after slow ADCs would not have the output data properly decimated.
-
- Apr 21, 2022
-
-
Ezekiel Dohmen authored
Adding gaussian noise part See merge request cds/advligorts!354
-
Ezekiel Dohmen authored
-
- Apr 14, 2022
-
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
- Apr 02, 2022
-
-
Ezekiel Dohmen authored
-
Erik von Reis authored
Adding Noise module parameter that will allow the designer to specify a seed in order to re-run with the same RNG, also initializing the RNG with a tsc based seed by default. Updating some language around seeding the noise part. See merge request cds/advligorts!349
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
- Apr 01, 2022
-
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
seed in order to re-run with the same RNG, also initializing the RNG with a tsc based seen by default. Updating some language around seeding the noise part.
-
- Mar 23, 2022
-
-
Ezekiel Dohmen authored
startup sequencer: delay units now delay during shutdown See merge request cds/advligorts!337
-
Erik von Reis authored
delay units now delay some amount during shutdown. the delay during shutdown is configured as a separate value from the startup delay