diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-11 08:17:46 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-11 08:17:46 +0200 |
| commit | 75c2ce0991dabccfaad5b6f1d72175566ce75467 (patch) | |
| tree | bf50c54fac012bc7da0bfa6f53a2d18585aff7f0 /example | |
| parent | be1966b40fba00e374433d4b7d93598b0ca35223 (diff) | |
Improve platform parsing
Diffstat (limited to 'example')
| -rw-r--r-- | example/platform.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example/platform.yaml b/example/platform.yaml index 0f6134e..5aa65e3 100644 --- a/example/platform.yaml +++ b/example/platform.yaml @@ -1,9 +1,13 @@ general: breakpoints: [] breakpoints_every: 0 + breakpoints_callback: + file: "platform_test.py" + callback: "callback" debug: off interferences: on + nodes: count: 5 implementations: |
