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

log

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

View file

@ -238,7 +238,7 @@ struct SynthRapidFlexPass : public ScriptPass {
nodsp = true;
}
if (inferBram) {
log_warning("Force to disable RAM inference as the selected device "
log_warning("Disabling RAM inference as the selected device "
"does not contain dedicated resources\n");
inferBram = false;
}