3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-20 07:46:31 +00:00

Update techlibs/rapidflex/src/synth_rapidflex.cc

Co-authored-by: Lofty <dan.ravensloft@gmail.com>
This commit is contained in:
JR Lin 2026-05-22 10:35:32 +08:00 committed by GitHub
parent 4973d135a2
commit 90d3d694cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -245,7 +245,7 @@ struct SynthRapidFlexPass : public ScriptPass {
}
/* By default, no opt should be enabled. Throw a warning if not */
if (no_opt) {
log_warning("Force to disable any optimization, which may cast an "
log_warning("Disabling optimization, which may have a "
"negative impact on QoR\n");
}
if (abc9 && design->scratchpad_get_int("abc9.D", 0) == 0) {