Index: /Library/MajorityVoter.v
===================================================================
--- /Library/MajorityVoter.v	(revision 2)
+++ /Library/MajorityVoter.v	(revision 1)
@@ -13,2 +13,12 @@
 	assign out = (fault0) ?  wi3: wi2;
 endmodule
+
+
+
+
+
+
+
+
+
+
Index: /Library/Inverter.v
===================================================================
--- /Library/Inverter.v	(revision 4)
+++ /Library/Inverter.v	(revision 1)
@@ -5,2 +5,3 @@
 	assign out = fault ? in : ~in;
 endmodule
+
Index: /Readme.txt
===================================================================
--- /Readme.txt	(revision 6)
+++ /Readme.txt	(revision 1)
@@ -7,2 +7,3 @@
 to provide some constructive comment and/or contribute to the development 
 of HDLQ please contact me at mottavi@ece.neu.edu
+
