... | ... | @@ -34,6 +34,15 @@ Elements in the parameter list should be separated by a new line (\<enter\>). |
|
|
- For a Debian 11 CyMAC system, the 0,1 cores are usually not isolated and reserved for the Linux OS. CPU 3 is isolated, but convention is to run the IOP model on it. So user models should use CPUs 4 and up in accordance with how the isolation was [configured](CPU-Isolation) on the system.
|
|
|
- ADC Slave/Master Options
|
|
|
- If you are designing a user model the option `adcSlave=1` should be used
|
|
|
- For IOP models the option ``adcMaster=1` shoudl be used
|
|
|
- For IOP models the option `adcMaster=1` should be used
|
|
|
|
|
|
# Optional Fields |
|
|
\ No newline at end of file |
|
|
# Other Common Fields
|
|
|
- `shmem_daq=1`
|
|
|
- Uses a shared memory segment for DAQ data extraction
|
|
|
- This is now the DEFAULT and should be left out
|
|
|
- `requireIOcnt= `
|
|
|
- Options
|
|
|
- `0` Don't require all configured IO (ADC/DAC) to be present when running
|
|
|
- `1` Exit if the configured IO is different than expected
|
|
|
# Other Fields
|
|
|
- TODO |
|
|
\ No newline at end of file |