Skip to content

Commit 5e592f3

Browse files
authored
Merge pull request #97 from SiLab-Bonn/p-fix-constellation-readme-example-config
fix (constellation): fix example config in README
2 parents 29ba53d + e34f086 commit 5e592f3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

aidatlu/constellation/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,20 +68,18 @@ The default clock configuration can be found in [`aidatlu/misc/aida_tlu_clk_conf
6868
An example configuration for the AIDA-TLU satellite which could be dropped into a Constellation configuration as a starting point:
6969

7070
```toml
71-
[AidaTLU.2020]
71+
[AidaTLU.TLU]
7272

7373
internal_trigger_rate = 0
7474
dut_interfaces = ['aida', 'aidatrig', 'eudet', 'off']
7575

7676
trigger_threshold = [-0.1, -0.1, -0.1, -0.1, -0.1, -0.1]
7777
trigger_inputs_logic = 'CH1 and CH2'
78-
trigger_polarity = 'falling'
78+
trigger_polarity = ['falling', 'falling', 'falling', 'falling', 'falling', 'falling']
7979
trigger_signal_stretch = [2, 2, 2, 2, 2, 2]
8080
trigger_signal_delay = [0, 0, 0, 0, 0, 0]
8181

8282
pmt_power = [0.8, 0.8, 0.0, 0.0]
83-
84-
enable_clock_lemo_output = false
8583
```
8684

8785
## Metrics

0 commit comments

Comments
 (0)