hdl,back: add support for name= in property checks (Assert, ...).
Co-authored-by: Jean THOMAS <virgule@jeanthomas.me>
This commit is contained in:
parent
666ee27fd0
commit
a7fec279aa
3 changed files with 11 additions and 5 deletions
|
|
@ -751,7 +751,7 @@ class _StatementCompiler(xfrm.StatementVisitor):
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue