mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 10:50:25 +00:00
ecp5: ECP5 synthesis fixes
Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
parent
459d367913
commit
b2c62ff8ef
3 changed files with 32 additions and 15 deletions
|
@ -172,6 +172,10 @@ struct SynthEcp5Pass : public ScriptPass
|
|||
nodram = true;
|
||||
continue;
|
||||
}
|
||||
if (args[argidx] == "-nomux") {
|
||||
nomux = true;
|
||||
continue;
|
||||
}
|
||||
if (args[argidx] == "-abc2") {
|
||||
abc2 = true;
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue