XXXiong commited on
Commit
82046e5
·
verified ·
1 Parent(s): ab0a529

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -9
README.md CHANGED
@@ -102,16 +102,20 @@ Vitis HLS Compiler Error Log:
102
 
103
  Bug Analysis:
104
  ```json
105
- "bug_analysis": [
106
- "erroneous_code_line": [code line],
107
- "reason": "[Explanation of why the bug occurred]",
108
- "modification_actions": [
109
- "action": "[Specific modification to be made]",
110
- "reason": "[Reason for the modification]"
111
- // Add more actions if necessary
 
 
 
 
 
112
  ]
113
- // Add more error analyses if necessary
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
  """