mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-28 15:07:58 +00:00
Enable synth_ecp5 wrapper and copy sim files for backwards compatibility
This commit is contained in:
parent
0da1ab0cbd
commit
1f563b52e3
3 changed files with 15 additions and 2 deletions
|
@ -496,7 +496,6 @@ struct SynthLatticePass : public ScriptPass
|
|||
}
|
||||
} SynthLatticePass;
|
||||
|
||||
/*
|
||||
struct SynthEcp5Pass : public Pass
|
||||
{
|
||||
SynthEcp5Pass() : Pass("synth_ecp5", "synthesis for ECP5 FPGAs") { }
|
||||
|
@ -511,6 +510,5 @@ struct SynthEcp5Pass : public Pass
|
|||
Pass::call(design, args);
|
||||
}
|
||||
} SynthEcp5Pass;
|
||||
*/
|
||||
|
||||
PRIVATE_NAMESPACE_END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue