mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-29 01:24:25 +02:00
Renamed $_INV_ cell type to $_NOT_
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user