mirror of https://github.com/YosysHQ/yosys.git
Merge 4763ed7ef9 into e2f0c4d9a0
This commit is contained in:
commit
cc7bc8f4d8
|
|
@ -52,7 +52,7 @@ struct FfInitVals
|
|||
|
||||
if (initbits.count(bit)) {
|
||||
if (initbits.at(bit).first != val)
|
||||
log_error("Conflicting init values for signal %s (%s = %s != %s).\n",
|
||||
log_warning("Conflicting init values for signal %s (%s = %s != %s).\n",
|
||||
log_signal(bit), log_signal(SigBit(wire, i)),
|
||||
log_signal(val), log_signal(initbits.at(bit).first));
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in New Issue