summaryrefslogtreecommitdiff
path: root/backends/blif
diff options
context:
space:
mode:
Diffstat (limited to 'backends/blif')
-rw-r--r--backends/blif/blif.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/blif/blif.cc b/backends/blif/blif.cc
index 5daab669..386d68d8 100644
--- a/backends/blif/blif.cc
+++ b/backends/blif/blif.cc
@@ -143,7 +143,7 @@ struct BlifDumper
{
RTLIL::Cell *cell = cell_it.second;
- if (!config->icells_mode && cell->type == "$_INV_") {
+ if (!config->icells_mode && cell->type == "$_NOT_") {
fprintf(f, ".names %s %s\n0 1\n",
cstr(cell->getPort("\\A")), cstr(cell->getPort("\\Y")));
continue;