remove generic reference
This commit is contained in:
parent
b80c586f33
commit
a48d742c63
@ -1052,7 +1052,7 @@ bool Arch::place()
|
|||||||
archInfoToAttributes();
|
archInfoToAttributes();
|
||||||
return retVal;
|
return retVal;
|
||||||
} else {
|
} else {
|
||||||
log_error("Generic architecture does not support placer '%s'\n", placer.c_str());
|
log_error("Gowin architecture does not support placer '%s'\n", placer.c_str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1066,7 +1066,7 @@ bool Arch::route()
|
|||||||
router2(getCtx(), Router2Cfg(getCtx()));
|
router2(getCtx(), Router2Cfg(getCtx()));
|
||||||
result = true;
|
result = true;
|
||||||
} else {
|
} else {
|
||||||
log_error("iCE40 architecture does not support router '%s'\n", router.c_str());
|
log_error("Gowin architecture does not support router '%s'\n", router.c_str());
|
||||||
}
|
}
|
||||||
getCtx()->settings[getCtx()->id("route")] = 1;
|
getCtx()->settings[getCtx()->id("route")] = 1;
|
||||||
archInfoToAttributes();
|
archInfoToAttributes();
|
||||||
|
Loading…
Reference in New Issue
Block a user