Assert statement is a _____________ statement.

Assert statement is a _____________ statement. Correct Answer Sequential and Non-synthesizable

Assert statement is a sequential statement which can appear inside a process, function or procedure. Also, this statement is a non-synthesizable statement which is used to report some textual string to the designer.

Related Questions

If NDEBUG is defined as a macro name, at the point where is included, then assert macro is defined as #define assert(ignore) ((void)0).
What is the use of assert statement in VHDL?