From c5c3be2df6faff0e7db027fe270308b86b89f349 Mon Sep 17 00:00:00 2001 From: Aliaume Lopez Date: Tue, 20 Sep 2016 09:38:24 +0200 Subject: [PATCH] =?UTF-8?q?Update=20du=20README,=20sp=C3=A9cification=20de?= =?UTF-8?q?s=20transistors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 02cf9d3..6892fd1 100644 --- a/README.md +++ b/README.md @@ -64,15 +64,15 @@ The constant circuits are in capital letters. The following circuits are availab * FORK * JOIN * MUX -* NMOS -* PMOS +* NMOS (first entry = G, second entry = S) +* PMOS (first entry = G, second entry = S) * BOT (value bottom) * TOP (value illegal) * HIGH (value high) * LOW (value low) * DISC (disconnect gate) * WAIT (delay node) -* Any other capital letter circuit is considered as a « box » with type 1->1, except `F`, `G` and `H` (for debugging purpose) +* Any other capital letter circuit is considered as a « box » with type 1->1, except `F`, `G` and `H` (for debugging purpose) and circuit that are declared The symmetry is not a circuit yet. -- GitLab