We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c00f7 commit 0806975Copy full SHA for 0806975
flow/util/genRuleFile.py
@@ -290,7 +290,9 @@ def gen_rule_file(
290
f"[WARNING] Multiple clocks not supported. Will use first clock: {period_list[0]}."
291
)
292
else:
293
- print("[WARNING] 'constraints__clocks__details' not found or is empty in metrics. Clock-related rules might be affected.")
+ print(
294
+ "[WARNING] 'constraints__clocks__details' not found or is empty in metrics. Clock-related rules might be affected."
295
+ )
296
297
format_str = "| {:45} | {:8} | {:8} | {:8} |\n"
298
change_str = ""
0 commit comments