Skip to content

Commit 79ceb0c

Browse files
Update backends/generators/sverilog/sverilog_generator.py
Co-authored-by: Jordan Carlin <[email protected]> Signed-off-by: Alieldin Alaa <[email protected]>
1 parent 5098a8e commit 79ceb0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/generators/sverilog/sverilog_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def generate_sverilog(instructions, csrs, causes, output_file):
5252
"""Generate SystemVerilog package file."""
5353
with open(output_file, "w") as f:
5454
# Write header
55-
f.write("\n/* Automatically generated by UDB */\n")
55+
f.write("/* Automatically generated by UDB */\n")
5656
f.write(f"package {Path(output_file).stem};\n")
5757

5858
# Find the maximum name length for alignment

0 commit comments

Comments
 (0)