aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/machxo2/synth_machxo2.cc
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2023-04-10 12:39:09 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2023-04-10 12:39:09 +0200
commitee3162c58d744381ae59261c237e977e631b5979 (patch)
tree22ad2f6eda305fd78a982d49131aa00b09396bb2 /techlibs/machxo2/synth_machxo2.cc
parent266f81816bbede3f42fabe59e7d0cd8873e1a467 (diff)
downloadyosys-ee3162c58d744381ae59261c237e977e631b5979.tar.gz
yosys-ee3162c58d744381ae59261c237e977e631b5979.tar.bz2
yosys-ee3162c58d744381ae59261c237e977e631b5979.zip
Add PLL and EBR related primitives
Diffstat (limited to 'techlibs/machxo2/synth_machxo2.cc')
-rw-r--r--techlibs/machxo2/synth_machxo2.cc2
1 files changed, 1 insertions, 1 deletions
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>" : top_opt.c_str()));
}