3
0
Fork 0
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:
Miodrag Milanovic 2023-08-28 16:50:25 +02:00
parent 0da1ab0cbd
commit 1f563b52e3
3 changed files with 15 additions and 2 deletions

View file

@ -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