Skip to content

Commit

Permalink
back.rtlil: use property name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean THOMAS committed Feb 12, 2023
1 parent 5e5d727 commit a6f2936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amaranth/back/rtlil.py
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ def on_property(self, stmt):
self.state.rtlil.cell("$" + stmt._kind, ports={
"\\A": check_wire,
"\\EN": en_wire,
}, src=_src(stmt.src_loc))
}, src=_src(stmt.src_loc), name=stmt.name)

on_Assert = on_property
on_Assume = on_property
Expand Down

0 comments on commit a6f2936

Please sign in to comment.