summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index b94b43f..475b556 100644
--- a/readme.txt
+++ b/readme.txt
@@ -16,7 +16,11 @@ Uses CMOS transistor logic. Custom MOSFETs are employed in order to ensure corre
/RMOS
-Uses CMOS transistor logic with resistors to pull the output to the middle logical value where necessary.
+Uses CMOS transistor logic with resistors to pull the output to the middle logical value where necessary. Custom MOSFETs are employed to ensure correct threshold voltages.
+
+There are at least two ways of constructing this. The first way involves setting the thresholds of the positive and negative MOSFET networks to overlap, and placing resistors between each of them and the output. The output is then pulled to the middle value when both networks are active. The second way involves merely replacing one of the MOSFET networks from a CMOS circuit with a resistor.
+
+Interestingly, the first approach does not work properly for dyadic gates.