systemc-compiler
systemc-compiler copied to clipboard
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.