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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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