Update README.md
Browse files
README.md
CHANGED
|
@@ -102,16 +102,20 @@ Vitis HLS Compiler Error Log:
|
|
| 102 |
|
| 103 |
Bug Analysis:
|
| 104 |
```json
|
| 105 |
-
|
| 106 |
-
"
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 112 |
]
|
| 113 |
-
|
| 114 |
-
]
|
| 115 |
```
|
| 116 |
Please ensure that the JSON is properly formatted and valid.
|
| 117 |
"""
|
|
|
|
| 102 |
|
| 103 |
Bug Analysis:
|
| 104 |
```json
|
| 105 |
+
{{
|
| 106 |
+
"bug_analysis": [
|
| 107 |
+
{{
|
| 108 |
+
"erroneous_code_line": "[code line]",
|
| 109 |
+
"reason": "[Explanation of why the bug occurred]",
|
| 110 |
+
"modification_actions": [
|
| 111 |
+
{{
|
| 112 |
+
"action": "[Specific modification to be made]",
|
| 113 |
+
"reason": "[Reason for the modification]"
|
| 114 |
+
}}
|
| 115 |
+
]
|
| 116 |
+
}}
|
| 117 |
]
|
| 118 |
+
}}
|
|
|
|
| 119 |
```
|
| 120 |
Please ensure that the JSON is properly formatted and valid.
|
| 121 |
"""
|