From 59a60c76fe1f52d0f1000bb2274bbdbc455af827 Mon Sep 17 00:00:00 2001 From: Jannis Harder Date: Thu, 11 Jan 2024 14:57:34 +0100 Subject: [PATCH] Ignore $scopeinfo in write_blif --- backends/blif/blif.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backends/blif/blif.cc b/backends/blif/blif.cc index 8e2c088c4..788b7f951 100644 --- a/backends/blif/blif.cc +++ b/backends/blif/blif.cc @@ -226,6 +226,9 @@ struct BlifDumper for (auto cell : module->cells()) { + if (cell->type == ID($scopeinfo)) + continue; + if (config->unbuf_types.count(cell->type)) { auto portnames = config->unbuf_types.at(cell->type); f << stringf(".names %s %s\n1 1\n",