We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 383945e commit 3a9eeebCopy full SHA for 3a9eeeb
compiler/tools/fpp-check/test/tlm_packets/instances.fpp
@@ -21,3 +21,5 @@ instance c1: C base id 0x100
21
instance c2: C base id 0x200
22
23
instance c3: C base id 0x300
24
+
25
+instance c4: C base id 0x400
compiler/tools/fpp-check/test/tlm_packets/ok.fpp
@@ -3,6 +3,7 @@ topology T {
3
instance c1
4
instance c2
5
instance c3
6
+ instance c4
7
8
telemetry packets P1 {
9
@@ -18,6 +19,7 @@ topology T {
18
19
20
} omit {
c3.T
+ c4.T
}
telemetry packets P2 {
@@ -26,6 +28,7 @@ topology T {
26
28
c1.T
27
29
c2.T
30
31
32
33
34
0 commit comments