Difference between revisions of "Tutorial: Drawing Basic Logic Gates with GWT"

From dftwiki3
Jump to: navigation, search
(Sample Output)
(Gate Geometry)
Line 14: Line 14:
 
The geometry for the gates is given by an IEEE document, with this main illustration:
 
The geometry for the gates is given by an IEEE document, with this main illustration:
 
<br />
 
<br />
<center>[[Image:GateGeometryIEEE.gif|200px]]</center>
+
<center>
 +
[[Image:GateGeometryIEEE.gif | 200px]]
 +
</center>
 
<br />
 
<br />
  
 
=The Java Project=
 
=The Java Project=

Revision as of 17:25, 4 July 2014

--D. Thiebaut (talk) 18:21, 4 July 2014 (EDT)


Sample Output


This is what we're after, below: a way to generate simple AND, OR, and INVERTER gates on a GWT canvas.

GWTLogicGatesOnCanvas.png


Gate Geometry


The geometry for the gates is given by an IEEE document, with this main illustration:

GateGeometryIEEE.gif


The Java Project