Update README.md
Browse files
README.md
CHANGED
|
@@ -64,7 +64,7 @@ error_log = """
|
|
| 64 |
"ERROR: [HLS 200-1715] Encountered problem during source synthesis"
|
| 65 |
"""
|
| 66 |
|
| 67 |
-
prompt = """You are given a piece of HLS code that contains bugs, the compiler error log, and the description of the buggy code.
|
| 68 |
Your task is to debug the buggy code by analyzing the differences between it and the original code, using the error log to guide you.
|
| 69 |
Generate the COT debugging strategy through the buggy code, the code's description and error log.
|
| 70 |
|
|
|
|
| 64 |
"ERROR: [HLS 200-1715] Encountered problem during source synthesis"
|
| 65 |
"""
|
| 66 |
|
| 67 |
+
prompt = f"""You are given a piece of HLS code that contains bugs, the compiler error log, and the description of the buggy code.
|
| 68 |
Your task is to debug the buggy code by analyzing the differences between it and the original code, using the error log to guide you.
|
| 69 |
Generate the COT debugging strategy through the buggy code, the code's description and error log.
|
| 70 |
|