mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-31 08:23:19 +00:00
Removed $bu0 cell type
This commit is contained in:
parent
b9cb483f3e
commit
8927aa6148
18 changed files with 27 additions and 103 deletions
|
@ -441,7 +441,6 @@ struct TestCellPass : public Pass {
|
|||
|
||||
cell_types["$not"] = "ASY";
|
||||
cell_types["$pos"] = "ASY";
|
||||
cell_types["$bu0"] = "ASY";
|
||||
cell_types["$neg"] = "ASY";
|
||||
|
||||
cell_types["$and"] = "ABSY";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue