From ee3162c58d744381ae59261c237e977e631b5979 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 10 Apr 2023 12:39:09 +0200 Subject: Add PLL and EBR related primitives --- techlibs/machxo2/synth_machxo2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'techlibs/machxo2/synth_machxo2.cc') diff --git a/techlibs/machxo2/synth_machxo2.cc b/techlibs/machxo2/synth_machxo2.cc index fb4d7b9d0..2b684a7d8 100644 --- a/techlibs/machxo2/synth_machxo2.cc +++ b/techlibs/machxo2/synth_machxo2.cc @@ -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_opt.c_str())); } -- cgit v1.2.3