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 5098a8e commit 79ceb0cCopy full SHA for 79ceb0c
backends/generators/sverilog/sverilog_generator.py
@@ -52,7 +52,7 @@ def generate_sverilog(instructions, csrs, causes, output_file):
52
"""Generate SystemVerilog package file."""
53
with open(output_file, "w") as f:
54
# Write header
55
- f.write("\n/* Automatically generated by UDB */\n")
+ f.write("/* Automatically generated by UDB */\n")
56
f.write(f"package {Path(output_file).stem};\n")
57
58
# Find the maximum name length for alignment
0 commit comments