Update techlibs/rapidflex/src/synth_rapidflex.cc

log

Co-authored-by: Lofty <dan.ravensloft@gmail.com>
This commit is contained in:
JR Lin 2026-05-22 10:35:56 +08:00 committed by GitHub
parent 90d3d694cf
commit b02e23fbad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}