WriteAfterReadException constructor

WriteAfterReadException()

Creates a WriteAfterReadException.

Implementation

WriteAfterReadException()
    : super('Signal changed its value after being used'
          ' within one `Combinational` execution.'
          ' This can lead to a mismatch between simulation and synthesis.'
          ' You may be able to use `Combinational.ssa` to correct your'
          ' design with minimal refactoring.');