3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-15 08:56:41 +00:00

Removed $bu0 cell type

This commit is contained in:
Clifford Wolf 2014-09-04 02:07:52 +02:00
parent b9cb483f3e
commit 8927aa6148
18 changed files with 27 additions and 103 deletions

View file

@ -99,7 +99,7 @@ namespace
if (width_mode)
{
if (cell_type.in("$not", "$pos", "$bu0", "$neg",
if (cell_type.in("$not", "$pos", "$neg",
"$logic_not", "$logic_and", "$logic_or",
"$reduce_and", "$reduce_or", "$reduce_xor", "$reduce_xnor", "$reduce_bool",
"$lut", "$and", "$or", "$xor", "$xnor",