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
|
@ -1204,7 +1204,7 @@ unless another prefix is specified using -prefix <prefix>.
|
|||
This pass maps a small selection of simple coarse-grain cells to yosys gate
|
||||
primitives. The following internal cell types are mapped by this pass:
|
||||
|
||||
$not, $pos, $bu0, $and, $or, $xor, $xnor
|
||||
$not, $pos, $and, $or, $xor, $xnor
|
||||
$reduce_and, $reduce_or, $reduce_xor, $reduce_xnor, $reduce_bool
|
||||
$logic_not, $logic_and, $logic_or, $mux
|
||||
$sr, $dff, $dffsr, $adff, $dlatch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue