mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-30 21:19:30 +00:00
Enable synth_ecp5 wrapper and copy sim files for backwards compatibility
This commit is contained in:
parent
e7ac237499
commit
4a7f94f1c1
3 changed files with 15 additions and 2 deletions
|
@ -500,7 +500,6 @@ struct SynthLatticePass : public ScriptPass
|
|||
}
|
||||
} SynthLatticePass;
|
||||
|
||||
/*
|
||||
struct SynthEcp5Pass : public Pass
|
||||
{
|
||||
SynthEcp5Pass() : Pass("synth_ecp5", "synthesis for ECP5 FPGAs") { }
|
||||
|
@ -515,6 +514,5 @@ struct SynthEcp5Pass : public Pass
|
|||
Pass::call(design, args);
|
||||
}
|
||||
} SynthEcp5Pass;
|
||||
*/
|
||||
|
||||
PRIVATE_NAMESPACE_END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue