3
0
Fork 0
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:
Miodrag Milanovic 2023-08-28 16:50:25 +02:00 committed by Lofty
parent e7ac237499
commit 4a7f94f1c1
3 changed files with 15 additions and 2 deletions

View file

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