Skip to content

Commit

Permalink
Merge pull request #12 from efabless/ICR_write_only
Browse files Browse the repository at this point in the history
Convert ICR to write only register
  • Loading branch information
M0stafaRady authored Jan 6, 2025
2 parents fb43a6d + fe59a0d commit bef7c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bus_wrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ def print_registers_offsets(bus_type):
print("")
"""
def print_rdata(bus_type):
IRQ_REGS = ["IM", "MIS", "RIS", "IC"]
IRQ_REGS = ["IM", "MIS", "RIS"]
prefix = "last_H"
if bus_type == "APB":
prefix = "P"
Expand Down

0 comments on commit bef7c2a

Please sign in to comment.