3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-13 09:26:16 +00:00

Add PLL and EBR related primitives

This commit is contained in:
Miodrag Milanovic 2023-04-10 12:39:09 +02:00
parent 266f81816b
commit ee3162c58d
5 changed files with 325 additions and 124 deletions

View file

@ -178,7 +178,7 @@ struct SynthMachXO2Pass : public ScriptPass
{
if (check_label("begin"))
{
run("read_verilog -lib -icells +/machxo2/cells_sim.v");
run("read_verilog -lib -icells +/machxo2/cells_sim.v +/machxo2/cells_bb.v");
run(stringf("hierarchy -check %s", help_mode ? "-top <top>" : top_opt.c_str()));
}