Skip to content

Commit

Permalink
Merge pull request #949 from riscv/bytefield-space
Browse files Browse the repository at this point in the history
Add empty line before starting bytefields.
  • Loading branch information
wmat authored Jan 9, 2024
2 parents 7c6a4c9 + e8a11e5 commit 809c52d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions registers.py
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,8 @@ def write_bytefield( fd, register ):
rows[-1].append(f)
offset = f.columnWidth()

# Provide separation from a previous ordered list.
fd.write("\n")
for row in rows:
write_bytefield_row(fd, row)

Expand Down

0 comments on commit 809c52d

Please sign in to comment.