XXXiong commited on
Commit
7db33bb
·
verified ·
1 Parent(s): e374421

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -7
README.md CHANGED
@@ -123,15 +123,19 @@ Detailed Reasoning:
123
 
124
  Optimization Strategies:
125
  ```json
 
126
  "Optimization Strategies": [
127
- "Code Segment Before Optimization (Loop/Array)": "[Code line before optimization]",
128
- "Code Segment After Optimization (Loop/Array)": "[Code line after inserting the pragma]",
129
- "Reason": "[Explanation of why this pragma was inserted]",
130
- "Result Analysis":
131
- "Impact of Inserting This Pragma on PPA": "[Description of the impact on Performance, Power, and Area]",
132
- "Reason": "[Explanation of why this impact occurred based on the performance analysis]"
133
- // Add more entries if necessary
 
 
134
  ]
 
135
  ```
136
  """
137
 
 
123
 
124
  Optimization Strategies:
125
  ```json
126
+ {{
127
  "Optimization Strategies": [
128
+ {{
129
+ "Code Segment Before Optimization (Loop/Array)": "[Code line before optimization]",
130
+ "Code Segment After Optimization (Loop/Array)": "[Code line after inserting the pragma]",
131
+ "Reason": "[Explanation of why this pragma was inserted]",
132
+ "Result Analysis": {{
133
+ "Impact of Inserting This Pragma on PPA": "[Description of the impact on Performance, Power, and Area]",
134
+ "Reason": "[Explanation of why this impact occurred based on the performance analysis]"
135
+ }}
136
+ }}
137
  ]
138
+ }}
139
  ```
140
  """
141