mirror of https://github.com/YosysHQ/yosys.git
Update techlibs/rapidflex/src/synth_rapidflex.cc
log Co-authored-by: Lofty <dan.ravensloft@gmail.com>
This commit is contained in:
parent
90d3d694cf
commit
b02e23fbad
|
|
@ -233,7 +233,7 @@ struct SynthRapidFlexPass : public ScriptPass {
|
|||
/* Force to enable/disable options upon device limits */
|
||||
if (family == ALKDL_DNAME || family == ALKDC_DNAME) {
|
||||
if (!nodsp) {
|
||||
log_warning("Force to disable dsp inference as the selected device "
|
||||
log_warning("Disabling DSP inference as the selected device "
|
||||
"does not contain dedicated resources\n");
|
||||
nodsp = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue