Skip to content

Commit 3a9eeeb

Browse files
committed
Revise fpp-check tests
1 parent 383945e commit 3a9eeeb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

compiler/tools/fpp-check/test/tlm_packets/instances.fpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ instance c1: C base id 0x100
2121
instance c2: C base id 0x200
2222

2323
instance c3: C base id 0x300
24+
25+
instance c4: C base id 0x400

compiler/tools/fpp-check/test/tlm_packets/ok.fpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ topology T {
33
instance c1
44
instance c2
55
instance c3
6+
instance c4
67

78
telemetry packets P1 {
89

@@ -18,6 +19,7 @@ topology T {
1819

1920
} omit {
2021
c3.T
22+
c4.T
2123
}
2224

2325
telemetry packets P2 {
@@ -26,6 +28,7 @@ topology T {
2628
c1.T
2729
c2.T
2830
c3.T
31+
c4.T
2932
}
3033

3134
}

0 commit comments

Comments
 (0)