-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDeimosLFC.conf
22 lines (21 loc) · 971 Bytes
/
DeimosLFC.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/** ---------------------------------------------------------------------------
* @file cryoscope.conf
* @brief WDL configuration file for Cryoscope project
* @author Timothee Greffe
* @date 2020-12-21 (created)
* @modified
*
* This file needs to identify the following four files:
* WAVEFORM_FILE = <filename>
* SYSTEM_FILE = <filename>
* SIGNAL_FILE = <filename>
* SEQUENCE_FILE = <filename>
*
*/
INCLUDE_FILE = "DeimosLFC.def" /* #defines and usage are self contained */
CDS_FILE = "DeimosLFC.cds" /* uses #defines from .def file */
SIGNAL_FILE = "DeimosLFC.signals" /* #defines and usage are self contained */
WAVEFORM_FILE = "DeimosLFC.waveform" /* uses #defines from .def and .signals */
SEQUENCE_FILE = "DeimosLFC.seq" /* uses #defines from .def and .waveform */
MODULE_FILE = "DeimosLFC.mod" /* #defines and usage are self contained */
MODE_FILE = "DeimosLFC.modes"