mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-02 21:46:07 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ struct SynthRapidFlexPass : public ScriptPass {
|
||||||
/* Force to enable/disable options upon device limits */
|
/* Force to enable/disable options upon device limits */
|
||||||
if (family == ALKDL_DNAME || family == ALKDC_DNAME) {
|
if (family == ALKDL_DNAME || family == ALKDC_DNAME) {
|
||||||
if (!nodsp) {
|
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");
|
"does not contain dedicated resources\n");
|
||||||
nodsp = true;
|
nodsp = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue