Skip to content

Commit

Permalink
Update the list of supported gates
Browse files Browse the repository at this point in the history
  • Loading branch information
spakin committed Mar 26, 2018
1 parent 9c38d95 commit 4dfb32f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ make
```
to produce a `.edif` file from each `.v` file or use your favorite hardware-synthesis tool to perform the equivalent operation.

`edif2qmasm` currently supports only a handful of gates (defined in [stdcell.qmasm](https://github.com/lanl/edif2qmasm/blob/master/stdcell.qmasm)) so all designs must be compiled to use only those gates.
`edif2qmasm` supports only the following gates (defined in [stdcell.qmasm](https://github.com/lanl/edif2qmasm/blob/master/stdcell.qmasm)) so all designs must be compiled to use only these:

* 1-input: NOT
* 2-input: AND, OR, XOR
* 3-input: MUX
* 1-input: NOT, DFF_P, DFF_N
* 2-input: AND, NAND, OR, NOR, XOR, XNOR
* 3-input: MUX, AOI3, OIA3
* 4-input: AOI4, OIA4

The rest of this document describes each of the examples in turn.

Expand Down

0 comments on commit 4dfb32f

Please sign in to comment.