Unverified Commit 35d3b710 authored by Hideto Ueno's avatar Hideto Ueno Committed by GitHub
Browse files

Add a label "chisel3_builtin" to ifElseFatal intrinsic (#3912)

This is a follow-up to #3825.

MFC has attached a laebl "chisel3_builtin" to every ifElseFatal assertion.
Usually a label on ifElseFatal is just ignored but the label is emitted
when compiled with `-emit-chisel-asserts-as-sva`. So labels on assertions
converted from ifElseFatal disappear due to #3825. This PR restores labels
to preserve the old behavior.
parent 3feaf838
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment