Skip to content

Commit 04a3e5b

Browse files
authored
update annotation id in save/restore preemption asm for simplicity (#287)
Signed-off-by: advanaik <AdvaitHemant.Naik@amd.com>
1 parent e811334 commit 04a3e5b

9 files changed

Lines changed: 22 additions & 22 deletions

File tree

specification/aie4/preemption_asm/aie4_restore_1c.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;
44
START_JOB 0
55
.section annotation
6-
id: 2
6+
id: 0
77
name: start_restore
88
description: start restore
99
UC_DMA_WRITE_DES_SYNC @UCBD_label_0
@@ -20,7 +20,7 @@ MASK_POLL_32 0x149ed4, 0x1f8003c, 0x0
2020
UC_DMA_WRITE_DES_SYNC @UCBD_label_3
2121
END_JOB
2222
.section annotation
23-
id: 3
23+
id: 1
2424
name: end_restore
2525
description: end restore
2626

specification/aie4/preemption_asm/aie4_restore_1c0.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;
55
START_JOB 0
66
.section annotation
7-
id: 2
7+
id: 0
88
name: start_restore_1c0
99
description: start restore 1c0
1010
UC_DMA_WRITE_DES_SYNC @UCBD_label_0
@@ -21,7 +21,7 @@ MASK_POLL_32 0x149ed4, 0x1f8003c, 0x0
2121
UC_DMA_WRITE_DES_SYNC @UCBD_label_3
2222
END_JOB
2323
.section annotation
24-
id: 3
24+
id: 1
2525
name: end_restore_1c0
2626
description: end restore 1c0
2727

specification/aie4/preemption_asm/aie4_restore_1c1.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;
55
START_JOB 0
66
.section annotation
7-
id: 6
7+
id: 0
88
name: start_restore_1c1
99
description: start restore 1c1
1010
UC_DMA_WRITE_DES_SYNC @UCBD_label_0
@@ -21,7 +21,7 @@ MASK_POLL_32 0x2149ed4, 0x1f8003c, 0x0
2121
UC_DMA_WRITE_DES_SYNC @UCBD_label_3
2222
END_JOB
2323
.section annotation
24-
id: 7
24+
id: 1
2525
name: end_restore_1c1
2626
description: end restore 1c1
2727

specification/aie4/preemption_asm/aie4_restore_1c2.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;
55
START_JOB 0
66
.section annotation
7-
id: 10
7+
id: 0
88
name: start_restore_1c2
99
description: start restore 1c2
1010
UC_DMA_WRITE_DES_SYNC @UCBD_label_0
@@ -21,7 +21,7 @@ MASK_POLL_32 0x4149ed4, 0x1f8003c, 0x0
2121
UC_DMA_WRITE_DES_SYNC @UCBD_label_3
2222
END_JOB
2323
.section annotation
24-
id: 11
24+
id: 1
2525
name: end_restore_1c2
2626
description: end restore 1c2
2727

specification/aie4/preemption_asm/aie4_restore_2c.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;
55
START_JOB 0
66
.section annotation
7-
id: 2
7+
id: 0
88
name: start_restore
99
description: start restore
1010
UC_DMA_WRITE_DES_SYNC @UCBD_label_0
@@ -29,7 +29,7 @@ MASK_POLL_32 0x2149ed4, 0x1f8003c, 0x0
2929
UC_DMA_WRITE_DES_SYNC @UCBD_label_3
3030
END_JOB
3131
.section annotation
32-
id: 3
32+
id: 1
3333
name: end_restore
3434
description: end restore
3535

specification/aie4/preemption_asm/aie4_restore_3c.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;
55
START_JOB 0
66
.section annotation
7-
id: 2
7+
id: 0
88
name: start_restore
99
description: start restore
1010
UC_DMA_WRITE_DES_SYNC @UCBD_label_0
@@ -37,7 +37,7 @@ MASK_POLL_32 0x4149ed4, 0x1f8003c, 0x0
3737
UC_DMA_WRITE_DES_SYNC @UCBD_label_3
3838
END_JOB
3939
.section annotation
40-
id: 3
40+
id: 1
4141
name: end_restore
4242
description: end restore
4343

specification/aie4/preemption_asm/aie4_save_1c1.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.setpad preempt_buffer1, 0xc0000
66
START_JOB 0
77
.section annotation
8-
id: 4
8+
id: 0
99
name: start_save_1c1
1010
description: start save 1c1
1111
UC_DMA_WRITE_DES_SYNC @UCBD_label_0
@@ -17,7 +17,7 @@ MASK_POLL_32 0x2018570, 0x1f8003c, 0x0
1717
MASK_POLL_32 0x2058570, 0x1f8003c, 0x0
1818
END_JOB
1919
.section annotation
20-
id: 5
20+
id: 1
2121
name: end_save_1c1
2222
description: end save 1c1
2323

specification/aie4/preemption_asm/aie4_save_1c2.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.setpad preempt_buffer2, 0xc0000
66
START_JOB 0
77
.section annotation
8-
id: 8
8+
id: 0
99
name: start_save_1c2
1010
description: start save 1c2
1111
UC_DMA_WRITE_DES_SYNC @UCBD_label_0
@@ -17,7 +17,7 @@ MASK_POLL_32 0x4018570, 0x1f8003c, 0x0
1717
MASK_POLL_32 0x4058570, 0x1f8003c, 0x0
1818
END_JOB
1919
.section annotation
20-
id: 9
20+
id: 1
2121
name: end_save_1c2
2222
description: end save 1c2
2323

src/cpp/preprocessor/aie4/aie4_save_restore_map_prebuilt.h

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)