intel/systemc-compiler

Move in-reset assertions into IF branch

Closed this issue · 1 comments

Move in-reset assertions into IF branch

Logic synthesis tools do not support any code outside of main IF in always_ff block. It needs to move assertions into both branches.

Try to fix assertions after reset considered as additional state.